Uses of Interface
bibliothek.gui.dock.common.action.core.CommonDockAction
Packages that use CommonDockAction
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 CommonDockAction in bibliothek.gui.dock.common.action
Classes in bibliothek.gui.dock.common.action that implement CommonDockActionModifier and TypeClassDescriptionclassA custom action shows some dialog or window when triggeredMethods in bibliothek.gui.dock.common.action that return CommonDockActionModifier and TypeMethodDescriptionCAction.intern()Gets the internal representation of the action.Methods in bibliothek.gui.dock.common.action with parameters of type CommonDockActionModifier and TypeMethodDescriptionprotected voidCAction.init(CommonDockAction action) Initializes this action.Constructors in bibliothek.gui.dock.common.action with parameters of type CommonDockAction -
Uses of CommonDockAction in bibliothek.gui.dock.common.action.core
Subinterfaces of CommonDockAction in bibliothek.gui.dock.common.action.coreModifier and TypeInterfaceDescriptioninterfaceThe combination of aCommonDockActionand aSharingStandardDockAction, does not introduce any new methods or fields.
This is the interface anyDockActionthat is used by aCDecorateableActionmust implement.interfaceA combination ofSharingDropDownItemActionandCommonDecoratableDockAction, this interface does not add any new methods or fields.
DockActions used by theCDropDownItemmust implement this interface.interfaceA 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 CommonDockActionModifier and TypeClassDescriptionclassASeparatorActionimplementing theCommonDockActioninterface.classAn implementation of aSimpleButtonActionthat also implementsCommonDockAction.classASimpleSelectableActionthat also implementsCommonDockAction.classAn implementation of aSimpleDropDownActionalso implementingCommonDockAction.classASimpleMenuActionimplementingCommonDockAction.classASimpleSelectableActionthat also implementsCommonDockAction. -
Uses of CommonDockAction in bibliothek.gui.dock.common.action.predefined
Classes in bibliothek.gui.dock.common.action.predefined that implement CommonDockActionModifier and TypeClassDescriptionclassInternal representation of theCCloseAction, just callsCCloseAction.close(CDockable)when triggered. -
Uses of CommonDockAction in bibliothek.gui.dock.common.intern.action
Classes in bibliothek.gui.dock.common.intern.action that implement CommonDockAction