| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SELECT_OVERRIDE
Integer value of enum value "SELECT_OVERRIDE" For unmodified selection. |
| static final SelectionRecordAction | SELECT_OVERRIDE
Object value of enum value "SELECT_OVERRIDE" For unmodified selection. |
| static final int | _SELECT_TOGGLE
Integer value of enum value "SELECT_TOGGLE" For CTRL modified selection. |
| static final SelectionRecordAction | SELECT_TOGGLE
Object value of enum value "SELECT_TOGGLE" For CTRL modified selection. |
| static final int | _SelectionRecordAction_null
Enum null value. |
| Method Summary | |
|---|---|
| static SelectionRecordAction | FromInt
(int value)
Creates enum object from an integer. |
| static SelectionRecordAction | 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 SelectionRecordAction | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SelectionRecordAction | FromInt | (Integer value) |
Creates enum object from an integer object.
|