| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _START_LOCATION_BOTTOM_RIGHT
Integer value of enum value "START_LOCATION_BOTTOM_RIGHT" |
| static final StartLocation | START_LOCATION_BOTTOM_RIGHT
Object value of enum value "START_LOCATION_BOTTOM_RIGHT" |
| static final int | _START_LOCATION_CURSOR_BOTTOM
Integer value of enum value "START_LOCATION_CURSOR_BOTTOM" |
| static final StartLocation | START_LOCATION_CURSOR_BOTTOM
Object value of enum value "START_LOCATION_CURSOR_BOTTOM" |
| static final int | _START_LOCATION_DEFAULT
Integer value of enum value "START_LOCATION_DEFAULT" |
| static final StartLocation | START_LOCATION_DEFAULT
Object value of enum value "START_LOCATION_DEFAULT" |
| static final int | _START_LOCATION_BOTTOM
Integer value of enum value "START_LOCATION_BOTTOM" |
| static final StartLocation | START_LOCATION_BOTTOM
Object value of enum value "START_LOCATION_BOTTOM" |
| static final int | _START_LOCATION_TOP_RIGHT
Integer value of enum value "START_LOCATION_TOP_RIGHT" |
| static final StartLocation | START_LOCATION_TOP_RIGHT
Object value of enum value "START_LOCATION_TOP_RIGHT" |
| static final int | _START_LOCATION_CURSOR_LEFT
Integer value of enum value "START_LOCATION_CURSOR_LEFT" |
| static final StartLocation | START_LOCATION_CURSOR_LEFT
Object value of enum value "START_LOCATION_CURSOR_LEFT" |
| static final int | _START_LOCATION_CURSOR_RIGHT
Integer value of enum value "START_LOCATION_CURSOR_RIGHT" |
| static final StartLocation | START_LOCATION_CURSOR_RIGHT
Object value of enum value "START_LOCATION_CURSOR_RIGHT" |
| static final int | _START_LOCATION_CURSOR_CENTER
Integer value of enum value "START_LOCATION_CURSOR_CENTER" |
| static final StartLocation | START_LOCATION_CURSOR_CENTER
Object value of enum value "START_LOCATION_CURSOR_CENTER" |
| static final int | _START_LOCATION_BOTTOM_LEFT
Integer value of enum value "START_LOCATION_BOTTOM_LEFT" |
| static final StartLocation | START_LOCATION_BOTTOM_LEFT
Object value of enum value "START_LOCATION_BOTTOM_LEFT" |
| static final int | _START_LOCATION_RIGHT
Integer value of enum value "START_LOCATION_RIGHT" |
| static final StartLocation | START_LOCATION_RIGHT
Object value of enum value "START_LOCATION_RIGHT" |
| static final int | _START_LOCATION_CURSOR_TOP_RIGHT
Integer value of enum value "START_LOCATION_CURSOR_TOP_RIGHT" |
| static final StartLocation | START_LOCATION_CURSOR_TOP_RIGHT
Object value of enum value "START_LOCATION_CURSOR_TOP_RIGHT" |
| static final int | _START_LOCATION_CURSOR_BOTTOM_LEFT
Integer value of enum value "START_LOCATION_CURSOR_BOTTOM_LEFT" |
| static final StartLocation | START_LOCATION_CURSOR_BOTTOM_LEFT
Object value of enum value "START_LOCATION_CURSOR_BOTTOM_LEFT" |
| static final int | _START_LOCATION_TOP
Integer value of enum value "START_LOCATION_TOP" |
| static final StartLocation | START_LOCATION_TOP
Object value of enum value "START_LOCATION_TOP" |
| static final int | _START_LOCATION_TOP_LEFT
Integer value of enum value "START_LOCATION_TOP_LEFT" |
| static final StartLocation | START_LOCATION_TOP_LEFT
Object value of enum value "START_LOCATION_TOP_LEFT" |
| static final int | _START_LOCATION_CURSOR_TOP
Integer value of enum value "START_LOCATION_CURSOR_TOP" |
| static final StartLocation | START_LOCATION_CURSOR_TOP
Object value of enum value "START_LOCATION_CURSOR_TOP" |
| static final int | _START_LOCATION_CENTER
Integer value of enum value "START_LOCATION_CENTER" |
| static final StartLocation | START_LOCATION_CENTER
Object value of enum value "START_LOCATION_CENTER" |
| static final int | _START_LOCATION_CURSOR_TOP_LEFT
Integer value of enum value "START_LOCATION_CURSOR_TOP_LEFT" |
| static final StartLocation | START_LOCATION_CURSOR_TOP_LEFT
Object value of enum value "START_LOCATION_CURSOR_TOP_LEFT" |
| static final int | _START_LOCATION_CURSOR_BOTTOM_RIGHT
Integer value of enum value "START_LOCATION_CURSOR_BOTTOM_RIGHT" |
| static final StartLocation | START_LOCATION_CURSOR_BOTTOM_RIGHT
Object value of enum value "START_LOCATION_CURSOR_BOTTOM_RIGHT" |
| static final int | _START_LOCATION_LEFT
Integer value of enum value "START_LOCATION_LEFT" |
| static final StartLocation | START_LOCATION_LEFT
Object value of enum value "START_LOCATION_LEFT" |
| static final int | _StartLocation_null
Enum null value. |
| Method Summary | |
|---|---|
| static StartLocation | FromInt
(int value)
Creates enum object from an integer. |
| static StartLocation | 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 StartLocation | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static StartLocation | FromInt | (Integer value) |
Creates enum object from an integer object.
|