|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simulare.Named
org.simulare.Item
org.simulare.CollectionItem
org.simulare.CompositeItem
An item formed by another itens which has a tree structure.
Field Summary |
Fields inherited from class org.simulare.Item |
event |
Constructor Summary | |
CompositeItem(java.lang.String name)
|
Method Summary | |
void |
addItem(int index,
Item item)
|
Item |
removeItem(java.lang.String name)
|
Methods inherited from class org.simulare.CollectionItem |
addItem, contains, getItem, getItem, getItemIndex, getItemName, getItemsLength, getItemsNames, removeItem |
Methods inherited from class org.simulare.Item |
addAttribute, addAttribute, addItemListener, copyAttributes, fireItemStateChanged, getAttribute, getAttribute, getAttributeIndex, getAttributeName, getAttributesLength, getAttributesNames, getParent, removeAttribute, removeAttribute, removeItemListener, setParent, toCollection, toComposite, toItem, typeChanged, valueChanged |
Methods inherited from class org.simulare.Named |
addNameListener, fireName, fireNameChanged, getName, removeNameListener, setName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CompositeItem(java.lang.String name)
Method Detail |
public void addItem(int index, Item item)
addItem
in class CollectionItem
public Item removeItem(java.lang.String name)
removeItem
in class CollectionItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |