public static enum NonFreeTextPanelMouseAdapter.PanelType extends java.lang.Enum<NonFreeTextPanelMouseAdapter.PanelType>
| Enum Constant and Description |
|---|
AUTHOR_PANEL |
EMBARGO_PANEL |
LANGUAGE_PANEL |
PUBLISHER_PANEL |
RESOURCE_PANEL |
SUBJECT_PANEL |
UPLOAD_PANEL |
| Modifier and Type | Method and Description |
|---|---|
static NonFreeTextPanelMouseAdapter.PanelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NonFreeTextPanelMouseAdapter.PanelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonFreeTextPanelMouseAdapter.PanelType AUTHOR_PANEL
public static final NonFreeTextPanelMouseAdapter.PanelType PUBLISHER_PANEL
public static final NonFreeTextPanelMouseAdapter.PanelType LANGUAGE_PANEL
public static final NonFreeTextPanelMouseAdapter.PanelType SUBJECT_PANEL
public static final NonFreeTextPanelMouseAdapter.PanelType UPLOAD_PANEL
public static final NonFreeTextPanelMouseAdapter.PanelType EMBARGO_PANEL
public static final NonFreeTextPanelMouseAdapter.PanelType RESOURCE_PANEL
public static NonFreeTextPanelMouseAdapter.PanelType[] values()
for (NonFreeTextPanelMouseAdapter.PanelType c : NonFreeTextPanelMouseAdapter.PanelType.values()) System.out.println(c);
public static NonFreeTextPanelMouseAdapter.PanelType 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