Uses of Enum
bibliothek.gui.dock.common.action.CPanelPopup.ButtonBehavior
Packages that use CPanelPopup.ButtonBehavior
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.ButtonBehavior in bibliothek.gui.dock.common.action
Methods in bibliothek.gui.dock.common.action that return CPanelPopup.ButtonBehaviorModifier and TypeMethodDescriptionCPanelPopup.getButtonBehavior()Tells how this action behaves if displayed as button.static CPanelPopup.ButtonBehaviorReturns the enum constant of this type with the specified name.static CPanelPopup.ButtonBehavior[]CPanelPopup.ButtonBehavior.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.ButtonBehaviorModifier and TypeMethodDescriptionvoidCPanelPopup.setButtonBehavior(CPanelPopup.ButtonBehavior button) Tells this action how to handle buttons.