public class UI extends Object
<complexType name="UI">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="tabs" type="{}tabs"/>
<element name="panel" type="{}panel"/>
<element name="splitpane" type="{}splitpane"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
tabsAndPanelAndSplitpane |
| Constructor and Description |
|---|
UI() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getTabsAndPanelAndSplitpane()
Gets the value of the tabsAndPanelAndSplitpane property.
|
public List<Object> getTabsAndPanelAndSplitpane()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tabsAndPanelAndSplitpane property.
For example, to add a new item, do as follows:
getTabsAndPanelAndSplitpane().add(newItem);
Objects of the following type(s) are allowed in the list
Splitpane
Tabs
Panel
Copyright © 2016. All rights reserved.