Uses of Enum
bibliothek.gui.dock.common.action.CPanelPopup.MenuBehavior
Packages that use CPanelPopup.MenuBehavior
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.-
Uses of CPanelPopup.MenuBehavior in bibliothek.gui.dock.common.action
Methods in bibliothek.gui.dock.common.action that return CPanelPopup.MenuBehaviorModifier and TypeMethodDescriptionCPanelPopup.getMenuBehavior()Tells how this action behaves if in a menu.static CPanelPopup.MenuBehaviorReturns the enum constant of this type with the specified name.static CPanelPopup.MenuBehavior[]CPanelPopup.MenuBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in bibliothek.gui.dock.common.action with parameters of type CPanelPopup.MenuBehaviorModifier and TypeMethodDescriptionvoidCPanelPopup.setMenuBehavior(CPanelPopup.MenuBehavior menu) Tells this action how to behave if it is in a menu.