Uses of Class
bibliothek.gui.dock.common.action.CPanelPopup.PanelPopup

Packages that use CPanelPopup.PanelPopup
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.intern.action.panel 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.PanelPopup
static ActionType<CPanelPopup.PanelPopup> CPanelPopup.PANEL_POPUP
          the 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.PanelPopup
 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)
           
 

Constructors in bibliothek.gui.dock.common.intern.action.panel with parameters of type CPanelPopup.PanelPopup
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.