Uses of Class
bibliothek.gui.dock.common.action.CPanelPopup.ButtonBehavior

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

Uses of CPanelPopup.ButtonBehavior in bibliothek.gui.dock.common.action
 

Methods in bibliothek.gui.dock.common.action that return CPanelPopup.ButtonBehavior
 CPanelPopup.ButtonBehavior CPanelPopup.getButtonBehavior()
          Tells how this action behaves if displayed as button.
static CPanelPopup.ButtonBehavior CPanelPopup.ButtonBehavior.valueOf(java.lang.String name)
          Returns 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're declared.
 

Methods in bibliothek.gui.dock.common.action with parameters of type CPanelPopup.ButtonBehavior
 void CPanelPopup.setButtonBehavior(CPanelPopup.ButtonBehavior button)
          Tells this action how to handle buttons.