static class MultipleSelectionModelBase.ShiftParams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
clearIndex |
private boolean |
selected |
private int |
setIndex |
| Constructor and Description |
|---|
ShiftParams(int clearIndex,
int setIndex,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClearIndex() |
int |
getSetIndex() |
boolean |
isSelected() |