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.ButtonBehavior |
CPanelPopup.getButtonBehavior()
Tells how this action behaves if displayed as button.
|
static CPanelPopup.ButtonBehavior |
CPanelPopup.ButtonBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPanelPopup.ButtonBehavior[] |
CPanelPopup.ButtonBehavior.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.setButtonBehavior(CPanelPopup.ButtonBehavior button)
Tells this action how to handle buttons.
|