views
Enum ImageViewer.PopupType
java.lang.Object
java.lang.Enum<ImageViewer.PopupType>
views.ImageViewer.PopupType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ImageViewer.PopupType>
- Enclosing class:
- ImageViewer
private static enum ImageViewer.PopupType
- extends java.lang.Enum<ImageViewer.PopupType>
defines for what operations the NodeAction helper class may be used for
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NODE_DETAILS
public static final ImageViewer.PopupType NODE_DETAILS
NODE_BOOTSTRAP
public static final ImageViewer.PopupType NODE_BOOTSTRAP
NODE_VERSION
public static final ImageViewer.PopupType NODE_VERSION
NODE_CLIPBOARD
public static final ImageViewer.PopupType NODE_CLIPBOARD
NODE_DEPLOYDIR
public static final ImageViewer.PopupType NODE_DEPLOYDIR
NODE_GETDIR
public static final ImageViewer.PopupType NODE_GETDIR
NODE_EXEC_CMD
public static final ImageViewer.PopupType NODE_EXEC_CMD
NODE_MEASURE_BW
public static final ImageViewer.PopupType NODE_MEASURE_BW
NODE_SETAS_LEADER
public static final ImageViewer.PopupType NODE_SETAS_LEADER
values
public static ImageViewer.PopupType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ImageViewer.PopupType c : ImageViewer.PopupType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ImageViewer.PopupType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null