public static enum ProgressTrackerListener.Mode extends java.lang.Enum<ProgressTrackerListener.Mode>
| Enum Constant and Description |
|---|
PATHS
Argument represents a path.
|
TEXT
Argument represents a generic text.
|
| Modifier and Type | Method and Description |
|---|---|
static ProgressTrackerListener.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProgressTrackerListener.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgressTrackerListener.Mode TEXT
public static final ProgressTrackerListener.Mode PATHS
public static ProgressTrackerListener.Mode[] values()
for (ProgressTrackerListener.Mode c : ProgressTrackerListener.Mode.values()) System.out.println(c);
public static ProgressTrackerListener.Mode 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"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"