Class SelectionMode
The selection mode when altering the selections.
Fields Summary
static SelectionMode
|
ADD
The selection mode to add a selection. |
static SelectionMode
|
CLEAR
The selection mode to clear all the selections. |
static SelectionMode
|
REMOVE
The selection mode to remove a selection. |
static SelectionMode
|
REPLACE
The selection mode to replace the current selections. |
Constructor Summary
SelectionMode
|
SelectionMode
|
Method Summary
Constructor Details
SelectionMode
SelectionMode SelectionMode
- Parameters
-
code
- Mode code
- Since:
- 4.6
Field Details
ADD
static SelectionMode ADD
The selection mode to add a selection.
CLEAR
static SelectionMode CLEAR
The selection mode to clear all the selections.
REMOVE
static SelectionMode REMOVE
The selection mode to remove a selection.
REPLACE
static SelectionMode REPLACE
The selection mode to replace the current selections.