DockAction
s
and supporting classes.Icon
s,
text, tooltips and other gimmicks.See: Description
Interface | Description |
---|---|
GroupKeyGenerator<K> |
A converter creating keys for
Dockable s. |
SharingDropDownDockAction |
A
SharingDropDownDockAction is a DropDownAction whose properties are shared by
all Dockable s and whose properties can be set by the client. |
SharingDropDownItemAction |
A
DropDownItemAction whose properties are shared among all Dockable s, the
properties can be modified by the client. |
SharingSelectableDockAction |
A
SelectableDockAction whose properties are shared among all Dockable s, clients
can modify the properties. |
SharingStandardDockAction |
A
SharingStandardDockAction is a StandardDockAction whose properties are
shared by all Dockable s and whose properties can be modified by the client. |
Class | Description |
---|---|
AbstractSimpleDropDownAction |
A dropdown action based on one
DockActionSource which has to be specified
by a subclass. |
AbstractStandardDockAction |
An abstract implementation of the
DockAction -interface. |
GroupedButtonDockAction<K> |
A
GroupedDockAction that provides the functionality of
a ButtonDockAction . |
GroupedDockAction<K,D extends SimpleDockAction> |
A
DockAction which classifies its Dockables
in groups. |
GroupedDropDownItemAction<K,D extends SimpleDropDownItemAction> |
An action that can be shown as child of a
DropDownAction . |
GroupedSelectableDockAction<K> |
An action that can change between selected and not selected.
|
GroupedSelectableDockAction.Check<K> |
An action intended to use as type
ActionType.CHECK |
GroupedSelectableDockAction.Radio<K> |
An action intended to use as type
ActionType.RADIO |
SelectableDockActionGroup |
This class ensures that from a group of
SelectableDockAction only one
is selected. |
SeparatorAction |
A separator represents a space between actions.
|
SimpleButtonAction |
A
ButtonDockAction that has the same properties for all
Dockables which use the action. |
SimpleDockAction |
A simple implementation of
DockAction . |
SimpleDropDownAction |
A dropdown action that has the same properties for all Dockables.
|
SimpleDropDownItemAction |
An action that can be shown as child of a
DropDownAction and
which has advanced information for the DropDownAction . |
SimpleMenuAction |
An action that provides a menu which contains other actions.
|
SimpleSelectableAction |
A
DockAction that has a state selected . |
SimpleSelectableAction.Check |
A
SimpleSelectableAction that is visualized as
a ActionType.CHECK . |
SimpleSelectableAction.Radio |
A
SimpleSelectableAction that is visualized as
a ActionType.RADIO . |
DockAction
s
and supporting classes.Icon
s,
text, tooltips and other gimmicks. They are designed to give a reasonable
subset of features a JButton
or a similar
JComponent
would offer.Dockable
they are shown.Dockable
to which group it belongs, and then uses
the set of properties associated with that group. Dockable
can change its group at any time