|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<KiviMenuContributionService.LocationScheme>
de.cau.cs.kieler.core.kivi.menu.KiviMenuContributionService.LocationScheme
public static enum KiviMenuContributionService.LocationScheme
A location scheme enumeration allowing to determine the locations of KIVi menu contributions.
Enum Constant Summary | |
---|---|
MENU
Menu contribution is to be attached to the main menu only. |
|
MENU_POPUP
Menu contribution is to be attached to both main and popup menus. |
|
MENU_POPUP_TOOLBAR
Menu contribution is to be attached to main menu, popup menus, and toolbar. |
|
MENU_TOOLBAR
Menu contribution is to be attached to both main menu and toolbar. |
|
POPUP
Menu contribution is to be attached to popup menus only. |
|
POPUP_TOOLBAR
Menu contribution is to be attached to both popup menus and toolbar. |
|
TOOLBAR
Menu contribution is to be attached to the toolbar only. |
Method Summary | |
---|---|
static KiviMenuContributionService.LocationScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KiviMenuContributionService.LocationScheme[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final KiviMenuContributionService.LocationScheme MENU
public static final KiviMenuContributionService.LocationScheme POPUP
public static final KiviMenuContributionService.LocationScheme TOOLBAR
public static final KiviMenuContributionService.LocationScheme MENU_POPUP
public static final KiviMenuContributionService.LocationScheme MENU_TOOLBAR
public static final KiviMenuContributionService.LocationScheme POPUP_TOOLBAR
public static final KiviMenuContributionService.LocationScheme MENU_POPUP_TOOLBAR
Method Detail |
---|
public static KiviMenuContributionService.LocationScheme[] values()
for (KiviMenuContributionService.LocationScheme c : KiviMenuContributionService.LocationScheme.values()) System.out.println(c);
public static KiviMenuContributionService.LocationScheme valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |