|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.util.swing.selectablelist.SelectableItem
com.ontimize.gui.field.NavigatorMenuGUI.GroupSelectableItem
This class introduces a group of SelectableItem objects into a SelectableItem.
| Field Summary | |
protected java.util.ArrayList |
itemSelectableItem
ArrayList of SelectableItems. |
| Fields inherited from class com.ontimize.util.swing.selectablelist.SelectableItem |
selected, text |
| Constructor Summary | |
NavigatorMenuGUI.GroupSelectableItem(java.lang.String text)
Constructs a new GroupSelectableItem |
|
| Method Summary | |
void |
addItemSelectableItem(SelectableItem item)
This method adds a SelectableItem to the ArrayList of SelectablItems. |
java.util.ArrayList |
getItemSelectableItem()
This method returns the ArrayList of SelectableItems associated to this GroupSelectableItem. |
boolean |
isEmpty()
|
void |
setItemSelectableItem(java.util.ArrayList itemSelectableItem)
This method sets the ArrayList of SelectableItems of this GroupSelectableItem. |
| Methods inherited from class com.ontimize.util.swing.selectablelist.SelectableItem |
compare, compareTo, getText, isSelected, setSelected, setText, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.ArrayList itemSelectableItem
| Constructor Detail |
public NavigatorMenuGUI.GroupSelectableItem(java.lang.String text)
text - String with the text of the SelectableItem.| Method Detail |
public java.util.ArrayList getItemSelectableItem()
ArrayList of SelectableItems.public void setItemSelectableItem(java.util.ArrayList itemSelectableItem)
itemSelectableItem - ArrayList of SelectableItems.public void addItemSelectableItem(SelectableItem item)
item - The SelectbleItem to be added.public boolean isEmpty()
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||