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. |
bibliothek.gui.dock.common.action.predefined |
A set of more complex actions that can be directly used.
|
bibliothek.gui.dock.common.intern.action |
CAction s and supporting classes that are not intended for clients
to be used directly. |
Modifier and Type | Class and Description |
---|---|
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 |
CRadioButton
An action which behaves like a
JRadioButton .Several CRadioButton s can be added to a CRadioGroup , only
one CRadioButton of such a group will be selected. |
Modifier and Type | Class and Description |
---|---|
class |
CCloseAction
An action that can close any
CDockable by calling
CDockable.setVisible(boolean) . |
class |
CExternalizeAction
An action which
externalizes each CDockable to which is is added. |
class |
CMaximizeAction
|
class |
CMinimizeAction
|
class |
CNormalizeAction
An action that
normalizes each CDockable to which it is added. |
class |
CUnexternalizeAction
An action that un-externalizes (=normalizes) each
CDockable to which it is added. |
class |
CUnmaximizeExternalizedAction
An action which externalizes each
CDockable to which is is added. |
Modifier and Type | Class and Description |
---|---|
class |
CExtendedModeAction
This action is intended to change the
ExtendedMode of a
CDockable by calling CDockable.setExtendedMode(ExtendedMode) . |
class |
CSelectableAction<A extends CommonSelectableAction>
An action which is either selected or deselected.
|