Package | Description |
---|---|
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. |
bibliothek.gui.dock.common.intern.action.panel |
Supporting classes for
CPanelPopup . |
Modifier and Type | Field and Description |
---|---|
static ActionType<CPanelPopup.PanelPopup> |
CPanelPopup.PANEL_POPUP
the kind of action this class represents
|
Modifier and Type | Method and Description |
---|---|
BasicTitleViewItem<JComponent> |
BasicPanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable) |
BasicTitleViewItem<JComponent> |
BubblePanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable) |
BasicTitleViewItem<JComponent> |
EclipsePanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable) |
BasicTitleViewItem<JComponent> |
FlatPanelPopupGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable) |
DropDownViewItem |
PanelDropDownGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable) |
MenuViewItem<JComponent> |
PanelMenuGenerator.create(ActionViewConverter converter,
CPanelPopup.PanelPopup action,
Dockable dockable) |
Constructor and Description |
---|
BasicPanelPopupHandler(CPanelPopup.PanelPopup action,
Dockable dockable)
Creates a new handler.
|
BasicPanelPopupMenuHandler(CPanelPopup.PanelPopup action,
Dockable dockable)
Creates a new handler.
|
BasicPanelPopupMenuItemHandler(CPanelPopup.PanelPopup action,
Dockable dockable)
Creates a new handler.
|