public static enum NonFreeTextPanelMouseAdapter.PanelType extends Enum<NonFreeTextPanelMouseAdapter.PanelType>
| Enum Constant and Description |
|---|
AUTHOR_PANEL |
EMBARGO_PANEL |
LANGUAGE_PANEL |
LICENSE_PANEL |
PUBLISHER_PANEL |
SUBJECT_PANEL |
UPLOAD_PANEL |
| Modifier and Type | Method and Description |
|---|---|
static NonFreeTextPanelMouseAdapter.PanelType |
valueOf(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 LICENSE_PANEL
public static NonFreeTextPanelMouseAdapter.PanelType[] values()
for (NonFreeTextPanelMouseAdapter.PanelType c : NonFreeTextPanelMouseAdapter.PanelType.values()) System.out.println(c);
public static NonFreeTextPanelMouseAdapter.PanelType 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 nullCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.