|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RemoteRelocator.Reaction>
bibliothek.gui.dock.control.RemoteRelocator.Reaction
public static enum RemoteRelocator.Reaction
Tells a caller of a method whether the RemoteRelocator has
finished the drag & drop operation or not.
| Enum Constant Summary | |
|---|---|
BREAK
The operation is finished, and the event was not consumed |
|
BREAK_CONSUMED
The operation is finished, but the event was consumed |
|
CONTINUE
The operation is going on, but the event was not consumed |
|
CONTINUE_CONSUMED
The operation is going on, and the event was consumed |
|
| Method Summary | |
|---|---|
static RemoteRelocator.Reaction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RemoteRelocator.Reaction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final RemoteRelocator.Reaction CONTINUE
public static final RemoteRelocator.Reaction CONTINUE_CONSUMED
public static final RemoteRelocator.Reaction BREAK
public static final RemoteRelocator.Reaction BREAK_CONSUMED
| Method Detail |
|---|
public static RemoteRelocator.Reaction[] values()
for (RemoteRelocator.Reaction c : RemoteRelocator.Reaction.values()) System.out.println(c);
public static RemoteRelocator.Reaction valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||