| Package | Description |
|---|---|
| bibliothek.gui.dock.common.action |
Contains different
DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables. |
| bibliothek.gui.dock.common.action.core |
A set of
DockActions that also implement
CommonDockAction. |
| bibliothek.gui.dock.common.action.predefined |
A set of more complex actions that can be directly used.
|
| bibliothek.gui.dock.common.intern.action |
CActions and supporting classes that are not intended for clients
to be used directly. |
| Modifier and Type | Class and Description |
|---|---|
class |
CPanelPopup.PanelPopup
A custom action shows some dialog or window when triggered
|
| Modifier and Type | Method and Description |
|---|---|
CommonDockAction |
CAction.intern()
Gets the internal representation of the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CAction.init(CommonDockAction action)
Initializes this action.
|
| Constructor and Description |
|---|
CAction(CommonDockAction action)
Creates a new CAction
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommonDecoratableDockAction
The combination of a
CommonDockAction and a SharingStandardDockAction, does not introduce
any new methods or fields. |
interface |
CommonDropDownItem
A combination of
SharingDropDownItemAction and CommonDecoratableDockAction, this interface
does not add any new methods or fields. |
interface |
CommonSelectableAction
A combination of
SharingSelectableDockAction and CommonDockAction, does not add
any new methods or fields. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonSeparatorAction
A
SeparatorAction implementing the CommonDockAction interface. |
class |
CommonSimpleButtonAction
An implementation of a
SimpleButtonAction that also implements CommonDockAction. |
class |
CommonSimpleCheckAction
A
SimpleSelectableAction that also implements CommonDockAction. |
class |
CommonSimpleDropDownAction
An implementation of a
SimpleDropDownAction also implementing CommonDockAction. |
class |
CommonSimpleMenuAction
A
SimpleMenuAction implementing CommonDockAction. |
class |
CommonSimpleRadioAction
A
SimpleSelectableAction that also implements CommonDockAction. |
| Modifier and Type | Class and Description |
|---|---|
class |
CCloseAction.Action
Internal representation of the
CCloseAction, just calls
CCloseAction.close(CDockable) when triggered. |
| Modifier and Type | Class and Description |
|---|---|
class |
CExtendedModeAction.Action
The internal representation of a
CExtendedModeAction. |
Copyright © 2018. All rights reserved.