Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
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. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<CloseActionFactory> |
CControl.CLOSE_ACTION_FACTORY
This factory creates the actions that close dockables.
|
Modifier and Type | Field and Description |
---|---|
static CloseActionFactory |
CloseActionFactory.DEFAULT
A default implementation of
CloseActionFactory , always returns a new
CCloseAction . |