public enum ActionLocation extends Enum<ActionLocation>
Enum Constant and Description |
---|
Contextual
Deprecated.
|
contextualpopup
the explorers and diagram contextual popup menus
|
diagramtoolbar
the diagram toolbar
|
elementcreationpopup
Deprecated.
|
ExplorerDiagramCreation
Deprecated.
|
ExplorerElementCreation
Deprecated.
|
ExplorerMdacDiagramCreation
Deprecated.
|
ExplorerMdacElementCreation
Deprecated.
|
menu
the application menu
|
property
the property view toolbar
|
PropertyPage
Deprecated.
|
toolbar
the application toolbar
|
Modifier and Type | Method and Description |
---|---|
static ActionLocation |
getValue(String location) |
static ActionLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionLocation menu
public static final ActionLocation toolbar
public static final ActionLocation property
public static final ActionLocation contextualpopup
@Deprecated public static final ActionLocation elementcreationpopup
public static final ActionLocation diagramtoolbar
@Deprecated public static final ActionLocation Contextual
@Deprecated public static final ActionLocation ExplorerDiagramCreation
@Deprecated public static final ActionLocation ExplorerElementCreation
@Deprecated public static final ActionLocation ExplorerMdacDiagramCreation
@Deprecated public static final ActionLocation ExplorerMdacElementCreation
@Deprecated public static final ActionLocation PropertyPage
public static ActionLocation[] values()
for (ActionLocation c : ActionLocation.values()) System.out.println(c);
public static ActionLocation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static ActionLocation getValue(String location)