java.io.Serializable
, java.lang.Comparable<InfoPanel.DrawState>
public static enum InfoPanel.DrawState extends java.lang.Enum<InfoPanel.DrawState>
Enum Constant | Description |
---|---|
BUTTONS_AFTER |
|
BUTTONS_BEFORE |
|
COMMENT_AFTER |
|
COMMENT_BEFORE |
|
ICON_AFTER |
|
ICON_BEFORE |
|
LINK_AFTER |
|
LINK_BEFORE |
|
TEXT_AFTER |
|
TEXT_BEFORE |
|
TITLE_AFTER |
|
TITLE_BEFORE |
Modifier and Type | Method | Description |
---|---|---|
static InfoPanel.DrawState |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static InfoPanel.DrawState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoPanel.DrawState ICON_BEFORE
public static final InfoPanel.DrawState ICON_AFTER
public static final InfoPanel.DrawState TITLE_BEFORE
public static final InfoPanel.DrawState TITLE_AFTER
public static final InfoPanel.DrawState TEXT_BEFORE
public static final InfoPanel.DrawState TEXT_AFTER
public static final InfoPanel.DrawState LINK_BEFORE
public static final InfoPanel.DrawState LINK_AFTER
public static final InfoPanel.DrawState COMMENT_BEFORE
public static final InfoPanel.DrawState COMMENT_AFTER
public static final InfoPanel.DrawState BUTTONS_BEFORE
public static final InfoPanel.DrawState BUTTONS_AFTER
public static InfoPanel.DrawState[] values()
for (InfoPanel.DrawState c : InfoPanel.DrawState.values()) System.out.println(c);
public static InfoPanel.DrawState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null