DockAction
s and subclasses of CAction
to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable
s.See: Description
Interface | Description |
---|---|
CloseActionFactory |
This factory is responsible for creating a
CAction that is shown on a CDockable
which is CDockable.isCloseable() . |
Class | Description |
---|---|
CAction | |
CButton |
A simple button, the user clicks onto the button and
CButton.action() is called. |
CCheckBox |
An action which behaves like a
JCheckBox . |
CDropDownButton |
A dropdown-button, the last action which was selected by the user will be
marked graphically.
|
CMenu |
A collection of
CAction s which are shown in a menu. |
CPanelPopup |
This action shows some kind of popup (for example a
JDialog ) filled
with any content the client likes. |
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. |
CRadioGroup |
A group of
CRadioButton s, only one button of the group is selected. |
CSeparator |
Represents a line separating some groups of
CAction s. |
Enum | Description |
---|---|
CPanelPopup.ButtonBehavior |
When the popup should show up if the action is displayed as button.
|
CPanelPopup.MenuBehavior |
Tells how a
CPanelPopup behaves if it is a child
of a menu. |
DockAction
s and subclasses of CAction
to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockable
s.