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