|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
a category that has items associated with it
Method Summary | |
void |
addItem(Item item)
adds an item to this category |
void |
changeOrder(java.util.List items)
changes the order of the items |
java.lang.String |
getIcon()
returns the image name to use for buttons |
java.util.List |
getItems()
returns the items of this category. |
java.lang.String |
getName()
returns the label |
boolean |
isEmptyAllowed()
if true this category may be empty (has no items) |
boolean |
isOrderSignificant()
if order is significant, move-up and move-down buttons are generated. |
void |
removeItem(Item item)
removes an item of this category |
Method Detail |
public java.lang.String getIcon()
public java.lang.String getName()
public java.util.List getItems()
public void addItem(Item item)
public void removeItem(Item item)
public void changeOrder(java.util.List items)
public boolean isOrderSignificant()
public boolean isEmptyAllowed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |