Package | Description |
---|---|
bibliothek.gui.dock.common.action |
Contains different
DockAction s and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable s. |
Modifier and Type | Method and Description |
---|---|
CPanelPopup.MenuBehavior |
CPanelPopup.getMenuBehavior()
Tells how this action behaves if in a menu.
|
static CPanelPopup.MenuBehavior |
CPanelPopup.MenuBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPanelPopup.MenuBehavior[] |
CPanelPopup.MenuBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CPanelPopup.setMenuBehavior(CPanelPopup.MenuBehavior menu)
Tells this action how to behave if it is in a menu.
|