Uses of Class
bibliothek.gui.dock.common.action.CPanelPopup.PanelPopup
Packages that use CPanelPopup.PanelPopup
Package
Description
Contains different
DockActions and subclasses of CAction to
create buttons, checkboxes, menus and other components as button in the titles and tabs of
CDockables.Supporting classes for
CPanelPopup.-
Uses of CPanelPopup.PanelPopup in bibliothek.gui.dock.common.action
Fields in bibliothek.gui.dock.common.action with type parameters of type CPanelPopup.PanelPopupModifier and TypeFieldDescriptionstatic final ActionType<CPanelPopup.PanelPopup>CPanelPopup.PANEL_POPUPthe kind of action this class represents -
Uses of CPanelPopup.PanelPopup in bibliothek.gui.dock.common.intern.action.panel
Methods in bibliothek.gui.dock.common.intern.action.panel with parameters of type CPanelPopup.PanelPopupModifier and TypeMethodDescriptionBasicPanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable) BubblePanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable) EclipsePanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable) FlatPanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable) PanelDropDownGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable) PanelMenuGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable) Constructors in bibliothek.gui.dock.common.intern.action.panel with parameters of type CPanelPopup.PanelPopupModifierConstructorDescriptionBasicPanelPopupHandler(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.