public enum ViewerNavigationPane extends java.lang.Enum<ViewerNavigationPane>
| Enum Constant and Description |
|---|
EMBEDDED_FILES |
LAYERS |
NONE |
OUTLINES |
THUMBNAILS |
| Modifier and Type | Method and Description |
|---|---|
static ViewerNavigationPane |
fromValue(int value) |
int |
getValue() |
static ViewerNavigationPane |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewerNavigationPane[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewerNavigationPane NONE
public static final ViewerNavigationPane OUTLINES
public static final ViewerNavigationPane THUMBNAILS
public static final ViewerNavigationPane LAYERS
public static final ViewerNavigationPane EMBEDDED_FILES
public static ViewerNavigationPane[] values()
for (ViewerNavigationPane c : ViewerNavigationPane.values()) System.out.println(c);
public static ViewerNavigationPane 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 nullpublic static ViewerNavigationPane fromValue(int value)
public int getValue()