Uses of Interface
bibliothek.gui.dock.common.action.core.CommonDropDownItem

Packages that use CommonDropDownItem
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. 
 

Uses of CommonDropDownItem in bibliothek.gui.dock.common.action
 

Classes in bibliothek.gui.dock.common.action that implement CommonDropDownItem
 class CPanelPopup.PanelPopup
          A custom action shows some dialog or window when triggered
 

Uses of CommonDropDownItem in bibliothek.gui.dock.common.action.core
 

Subinterfaces of CommonDropDownItem in bibliothek.gui.dock.common.action.core
 interface CommonSelectableAction
          A combination of SharingSelectableDockAction and CommonDockAction, does not add any new methods or fields.
This is the interface a DockAction must implement if used by CSelectableAction.
 

Classes in bibliothek.gui.dock.common.action.core that implement CommonDropDownItem
 class CommonSimpleButtonAction
          An implementation of a SimpleButtonAction that also implements CommonDockAction.
 class CommonSimpleCheckAction
          A SimpleSelectableAction that also implements CommonDockAction.
 class CommonSimpleRadioAction
          A SimpleSelectableAction that also implements CommonDockAction.
 

Uses of CommonDropDownItem in bibliothek.gui.dock.common.action.predefined
 

Classes in bibliothek.gui.dock.common.action.predefined that implement CommonDropDownItem
 class CCloseAction.Action
          Internal representation of the CCloseAction, just calls CCloseAction.close(CDockable) when triggered.
 

Uses of CommonDropDownItem in bibliothek.gui.dock.common.intern.action
 

Classes in bibliothek.gui.dock.common.intern.action with type parameters of type CommonDropDownItem
 class CDropDownItem<A extends CommonDropDownItem>
          An action which can be child of a dropdown-menu.
 

Classes in bibliothek.gui.dock.common.intern.action that implement CommonDropDownItem
 class CExtendedModeAction.Action
          The internal representation of a CExtendedModeAction.