| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DRAG_DROP_COMPONENT
Integer value of enum value "DRAG_DROP_COMPONENT" |
| static final DragDropFlags | DRAG_DROP_COMPONENT
Object value of enum value "DRAG_DROP_COMPONENT" |
| static final int | _DRAG_DROP_FILES
Integer value of enum value "DRAG_DROP_FILES" |
| static final DragDropFlags | DRAG_DROP_FILES
Object value of enum value "DRAG_DROP_FILES" |
| static final int | _DragDropFlags_null
Enum null value. |
| Method Summary | |
|---|---|
| static DragDropFlags | FromInt
(int value)
Creates enum object from an integer. |
| static DragDropFlags | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static DragDropFlags | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DragDropFlags | FromInt | (Integer value) |
Creates enum object from an integer object.
|