|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.swing.DynamicMenuBar.MenuElement
Logical menu element. Can be any thing, from simple, action-driven menu element up to multi-structured data like the provider menu. MenuElements are mainly driven imperatively, they do not return result values in the deeper sense.
Constructor Summary | |
protected |
DynamicMenuBar.MenuElement()
|
Method Summary | |
java.awt.Container |
add(java.awt.Component[] cm,
java.awt.Container c)
Adds the given components to the container. |
java.awt.Container |
add(java.awt.Container c)
Add anything to the given Container if this is needed. |
void |
checkEnabled()
Enforce an enabled check for all components generated by this menu element. |
abstract java.awt.Component[] |
getElements()
Return all components generated by this menu element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DynamicMenuBar.MenuElement()
Method Detail |
public final java.awt.Container add(java.awt.Component[] cm, java.awt.Container c)
cm
- Components to add. May be null.c
- Container to add to
public final java.awt.Container add(java.awt.Container c)
c
- Container to add to
public abstract java.awt.Component[] getElements()
public void checkEnabled()
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |