Package com.e1c.g5.v8.dt.md.aindex.ui
Enum Class AdditionalIndexesUiSharedImages
java.lang.Object
java.lang.Enum<AdditionalIndexesUiSharedImages>
com.e1c.g5.v8.dt.md.aindex.ui.AdditionalIndexesUiSharedImages
- All Implemented Interfaces:
Serializable
,Comparable<AdditionalIndexesUiSharedImages>
,Constable
Ui plugin shared images registry and provider
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Image
getImage()
Returns the image associated with this enumeration keystatic void
initializeImages
(org.eclipse.jface.resource.ImageRegistry reg) Initializes an image registry with images which are frequently used by the plugin.Returns the enum constant of this class with the specified name.static AdditionalIndexesUiSharedImages[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADD_INDEX
-
COPY_INDEX
-
REMOVE_INDEX
-
MOVE_UP
-
MOVE_DOWN
-
ARROW_ADD_ALL
-
ARROW_ADD
-
ARROW_REMOVE_ALL
-
ARROW_REMOVE
-
ADDITIONAL_INDEXES_ICON
-
ERROR_ICON
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
initializeImages
public static void initializeImages(org.eclipse.jface.resource.ImageRegistry reg) Initializes an image registry with images which are frequently used by the plugin.- Parameters:
reg
- the registry to initialize
-
getImage
public org.eclipse.swt.graphics.Image getImage()Returns the image associated with this enumeration key- Returns:
- the image, or
null
if image registry disposed
-