public enum ImageTexts extends Enum<ImageTexts> implements net.vectorpublish.desktop.vp.i8n.I8nText
| Enum Constant and Description |
|---|
ADD_IMAGE |
SET_IMAGE_TOOLTIP |
| Modifier and Type | Field and Description |
|---|---|
static net.vectorpublish.desktop.vp.ui.Namespace |
NS |
| Modifier and Type | Method and Description |
|---|---|
net.vectorpublish.desktop.vp.ui.Namespace |
getNamespace() |
static ImageTexts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageTexts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetKeypublic static final ImageTexts SET_IMAGE_TOOLTIP
public static final ImageTexts ADD_IMAGE
public static final net.vectorpublish.desktop.vp.ui.Namespace NS
public static ImageTexts[] values()
for (ImageTexts c : ImageTexts.values()) System.out.println(c);
public static ImageTexts 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 net.vectorpublish.desktop.vp.ui.Namespace getNamespace()
getNamespace in interface net.vectorpublish.desktop.vp.i8n.I8nTextCopyright © 2017. All rights reserved.