|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDecorateableAction | |
---|---|
bibliothek.gui.dock.common.action | |
bibliothek.gui.dock.common.action.predefined | |
bibliothek.gui.dock.common.intern.action |
Uses of CDecorateableAction in bibliothek.gui.dock.common.action |
---|
Subclasses of CDecorateableAction in bibliothek.gui.dock.common.action | |
---|---|
class |
CButton
A simple button, the user clicks onto the button and CButton.action() is called. |
class |
CCheckBox
An action which behaves like a JCheckBox . |
class |
CDropDownButton
A dropdown-button, the last action which was selected by the user will be marked graphically. |
class |
CMenu
A collection of CAction s which are shown in a menu. |
class |
CRadioButton
An action which behaves like a JRadioButton . |
Uses of CDecorateableAction in bibliothek.gui.dock.common.action.predefined |
---|
Subclasses of CDecorateableAction in bibliothek.gui.dock.common.action.predefined | |
---|---|
class |
CCloseAction
An action that can close any CDockable in the way that "common"
requires. |
class |
CExternalizeAction
An action which externalizes each CDockable to which is is added. |
class |
CMaximizeAction
An action that maximizes each CDockable to which it is added. |
class |
CMinimizeAction
This action minimizes each CDockable to which it is added. |
class |
CNormalizeAction
An action that normalizes each CDockable to which it is added. |
Uses of CDecorateableAction in bibliothek.gui.dock.common.intern.action |
---|
Subclasses of CDecorateableAction in bibliothek.gui.dock.common.intern.action | |
---|---|
class |
CDropDownItem
An action which can be child of a dropdown-menu. |
class |
CExtendedModeAction
This action is intended to change the CDockable.ExtendedMode of a
CDockable by calling CDockable.setExtendedMode(ExtendedMode) . |
class |
CSelectableAction
An action which is either selected or deselected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |