Package | Description |
---|---|
bibliothek.gui.dock.common.intern.action |
CAction s and supporting classes that are not intended for clients
to be used directly. |
bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockAction s.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
Modifier and Type | Class and Description |
---|---|
class |
CActionImportanceOrder
This
DockActionImportanceOrder searches for the annotation DockActionImportance which may
be added to a CAction or to a DockAction . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDockActionImportanceOrder
This class orders
DockAction s depending on the annotation DockActionImportance . |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<DockActionImportanceOrder> |
DockActionImportanceOrder.ORDER
A
PropertyKey used to set the order in the DockProperties |