public static enum GeneralSettings.MagneticWindows extends java.lang.Enum<GeneralSettings.MagneticWindows>
| Enum Constant and Description |
|---|
OFF
Off, no magnetic windows.
|
ON_DRAG
Magnetic window effect on drag operation.
|
ON_DROP
Magnetic window effect on drop operation.
|
| Modifier and Type | Method and Description |
|---|---|
static GeneralSettings.MagneticWindows |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralSettings.MagneticWindows[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralSettings.MagneticWindows OFF
public static final GeneralSettings.MagneticWindows ON_DRAG
public static final GeneralSettings.MagneticWindows ON_DROP
public static GeneralSettings.MagneticWindows[] values()
for (GeneralSettings.MagneticWindows c : GeneralSettings.MagneticWindows.values()) System.out.println(c);
public static GeneralSettings.MagneticWindows 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