|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uic.model.UICActionList
public class UICActionList
The placeholder class that ActionFactory returns for certain entries in your .rc file.
Method Summary | |
---|---|
void |
add(UICAction action)
add an action as a child of this list to be shown on screen. |
void |
addSeparator()
|
String |
getName()
|
void |
setChildrenAreNested(boolean nested)
Set the child actions to be created as nested items if true; or inline otherwise. |
void |
setEnabled(boolean enabled)
|
void |
setTitle(String title)
Only used when setChildrenAreNested has been called with 'true'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setChildrenAreNested(boolean nested)
nested
- if true create a submenu or popup for the children.public void setTitle(String title)
public String getName()
public void add(UICAction action)
public void addSeparator()
public void setEnabled(boolean enabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |