Uses of Interface
bibliothek.gui.dock.common.action.core.CommonDropDownItem
Packages that use CommonDropDownItem
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.A set of
DockActions that also implement
CommonDockAction.A set of more complex actions that can be directly used.
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 CommonDropDownItemModifier and TypeClassDescriptionclassA 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.coreModifier and TypeInterfaceDescriptioninterfaceA combination ofSharingSelectableDockActionandCommonDockAction, does not add any new methods or fields.
This is the interface aDockActionmust implement if used byCSelectableAction.Classes in bibliothek.gui.dock.common.action.core that implement CommonDropDownItemModifier and TypeClassDescriptionclassAn implementation of aSimpleButtonActionthat also implementsCommonDockAction.classASimpleSelectableActionthat also implementsCommonDockAction.classASimpleSelectableActionthat also implementsCommonDockAction. -
Uses of CommonDropDownItem in bibliothek.gui.dock.common.action.predefined
Classes in bibliothek.gui.dock.common.action.predefined that implement CommonDropDownItemModifier and TypeClassDescriptionclassInternal representation of theCCloseAction, just callsCCloseAction.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 CommonDropDownItemModifier and TypeClassDescriptionclassCDropDownItem<A extends CommonDropDownItem>An action which can be child of a dropdown-menu.Classes in bibliothek.gui.dock.common.intern.action that implement CommonDropDownItem