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

Packages that use CPanelPopup.MenuBehavior
bibliothek.gui.dock.common.action   
 

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

Methods in bibliothek.gui.dock.common.action that return CPanelPopup.MenuBehavior
 CPanelPopup.MenuBehavior CPanelPopup.getMenuBehavior()
          Tells how this action behaves if in a menu.
static CPanelPopup.MenuBehavior CPanelPopup.MenuBehavior.valueOf(String name)
          Returns 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're declared.
 

Methods in bibliothek.gui.dock.common.action with parameters of type CPanelPopup.MenuBehavior
 void CPanelPopup.setMenuBehavior(CPanelPopup.MenuBehavior menu)
          Tells this action how to behave if in a menu.