public static enum TextEditor.DecoratorType extends Enum<TextEditor.DecoratorType>
Enum Constant and Description |
---|
OBJECT_ADDRESS |
PATTERN |
QUERY |
Modifier and Type | Method and Description |
---|---|
String |
getHelpLink() |
String |
getHelpText() |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getImageType() |
static TextEditor.DecoratorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextEditor.DecoratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextEditor.DecoratorType PATTERN
public static final TextEditor.DecoratorType OBJECT_ADDRESS
public static final TextEditor.DecoratorType QUERY
public static TextEditor.DecoratorType[] values()
for (TextEditor.DecoratorType c : TextEditor.DecoratorType.values()) System.out.println(c);
public static TextEditor.DecoratorType 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 org.eclipse.swt.graphics.Image getImage()
public String getImageType()
public String getHelpText()
public String getHelpLink()