| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SELECT_DONE_REQUIRED
Integer value of enum value "SELECT_DONE_REQUIRED" Decides if OK button on selection dialog is required to get the Selection(s) and exit |
| static final SelectionEnvAttribute | SELECT_DONE_REQUIRED
Object value of enum value "SELECT_DONE_REQUIRED" Decides if OK button on selection dialog is required to get the Selection(s) and exit |
| static final int | _SELECT_BY_MENU_ALLOWED
Integer value of enum value "SELECT_BY_MENU_ALLOWED" Decides if search tool should be available while interactive selection |
| static final SelectionEnvAttribute | SELECT_BY_MENU_ALLOWED
Object value of enum value "SELECT_BY_MENU_ALLOWED" Decides if search tool should be available while interactive selection |
| static final int | _SELECT_BY_BOX_ALLOWED
Integer value of enum value "SELECT_BY_BOX_ALLOWED" Decides if box selection should be allowed |
| static final SelectionEnvAttribute | SELECT_BY_BOX_ALLOWED
Object value of enum value "SELECT_BY_BOX_ALLOWED" Decides if box selection should be allowed |
| static final int | _SELECT_ACTIVE_COMPONENT_IGNORE
Integer value of enum value "SELECT_ACTIVE_COMPONENT_IGNORE" Decides if selection to items external to the activated component should be allowed |
| static final SelectionEnvAttribute | SELECT_ACTIVE_COMPONENT_IGNORE
Object value of enum value "SELECT_ACTIVE_COMPONENT_IGNORE" Decides if selection to items external to the activated component should be allowed |
| static final int | _SELECT_HIDE_SEL_DLG
Integer value of enum value "SELECT_HIDE_SEL_DLG" Decides if selection dialog should be hidden |
| static final SelectionEnvAttribute | SELECT_HIDE_SEL_DLG
Object value of enum value "SELECT_HIDE_SEL_DLG" Decides if selection dialog should be hidden |
| static final int | _SelectionEnvAttribute_null
Enum null value. |
| Method Summary | |
|---|---|
| static SelectionEnvAttribute | FromInt
(int value)
Creates enum object from an integer. |
| static SelectionEnvAttribute | 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 SelectionEnvAttribute | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SelectionEnvAttribute | FromInt | (Integer value) |
Creates enum object from an integer object.
|