|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.navigator.OverridePolicy
public final class OverridePolicy
Enumeration of the OverridePolicy values supported by the Common Navigator.
Field Summary | |
---|---|
static OverridePolicy[] |
ENUM_ARRAY
The ordered array of possible enumeration values. |
static OverridePolicy |
InvokeAlwaysRegardlessOfSuppressedExt
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as a OverridePolicy enumeration. |
static String |
InvokeAlwaysRegardlessOfSuppressedExt_LITERAL
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as a String. |
static int |
InvokeAlwaysRegardlessOfSuppressedExt_VALUE
Indicates InvokeAlwaysRegardlessOfSuppressedExt OverridePolicy as an int. |
static OverridePolicy |
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as a OverridePolicy enumeration. |
static String |
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_LITERAL
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as a String. |
static int |
InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_VALUE
Indicates InvokeOnlyIfSuppressedExtAlsoVisibleAndActive OverridePolicy as an int. |
Constructor Summary | |
---|---|
protected |
OverridePolicy(int aValue,
String aLiteral)
|
Method Summary | |
---|---|
static OverridePolicy |
get(int aValue)
Returns the correct instance of the OverridePolicy ENUM for aValue. |
static OverridePolicy |
get(String aLiteral)
Returns the correct instance of the OverridePolicy ENUM for aLiteral. |
String |
getLiteral()
|
int |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_VALUE
public static final int InvokeAlwaysRegardlessOfSuppressedExt_VALUE
public static final String InvokeOnlyIfSuppressedExtAlsoVisibleAndActive_LITERAL
public static final String InvokeAlwaysRegardlessOfSuppressedExt_LITERAL
public static final OverridePolicy InvokeOnlyIfSuppressedExtAlsoVisibleAndActive
public static final OverridePolicy InvokeAlwaysRegardlessOfSuppressedExt
public static final OverridePolicy[] ENUM_ARRAY
Constructor Detail |
---|
protected OverridePolicy(int aValue, String aLiteral)
Method Detail |
---|
public static OverridePolicy get(String aLiteral)
This method will return InvokeAlwaysRegardlessOfSuppressedExt if the supplied value of aLiteral is invalid.
aLiteral
- One of the defined *_LITERAL constants of this class
public static OverridePolicy get(int aValue)
This method will return InvokeAlwaysRegardlessOfSuppressedExt if the supplied value of aValue is invalid.
aValue
- One of the defined *_VALUE constants of this class
public String getLiteral()
public int getValue()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.