|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
V - The type of values contained in the select model.public interface ListSelectionPolicy<V>
A selection strategy for a select model.
ListSelectModel| Method Summary | |
|---|---|
int[] |
getAddSelectedIndices(ListSelectModel<V> selectModel,
int[] indices)
Determines which requested indices may be added to the selection. |
int[] |
getRemoveSelectedIndices(ListSelectModel<V> selectModel,
int[] indices)
Determines which requested indices may be removed from the selection. |
int[] |
getSetSelectedIndices(ListSelectModel<V> selectModel,
int[] indices)
Determines which requested indices may be set as the selection. |
| Method Detail |
|---|
int[] getSetSelectedIndices(ListSelectModel<V> selectModel,
int[] indices)
selectModel - The model containing the values to be selected.indices - The requested indices to set as the selection.
int[] getAddSelectedIndices(ListSelectModel<V> selectModel,
int[] indices)
selectModel - The model containing the values to be selected.indices - The requested indices to add to the selection.
int[] getRemoveSelectedIndices(ListSelectModel<V> selectModel,
int[] indices)
selectModel - The model containing the values to be removed.indices - The requested indices to remove to the selection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||