| 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 | Interface and Description |
|---|---|
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 |
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 |
CDecorateableAction<A extends CommonDecoratableDockAction>
An action which has text, icons and other decorations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CExtendedModeAction.Action
The internal representation of a
CExtendedModeAction. |
Copyright © 2018. All rights reserved.