|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IListSelection
IListSelection
| Method Summary | |
|---|---|
void |
addListener(IListSelectionListener listener)
add listener |
int[] |
getSelectedIndices()
selected indices retrieval |
java.lang.String[] |
getSelectedIndicesAsStrings()
selected indices retrieval as strings |
int |
getSelectedItemCount()
selected item count retrieval |
int |
getSelectedItemIndexAt(int index)
selected item index retrieval at specified position |
int |
indexOf(int index)
retrieve index of specified index |
boolean |
isIndexSelected(int index)
check whether specified index is selected |
void |
removeListener(IListSelectionListener listener)
remove listener |
void |
setSelectedIndices(int[] indices)
selected indices set |
| Method Detail |
|---|
void addListener(IListSelectionListener listener)
void removeListener(IListSelectionListener listener)
int[] getSelectedIndices()
java.lang.String[] getSelectedIndicesAsStrings()
void setSelectedIndices(int[] indices)
int getSelectedItemCount()
int getSelectedItemIndexAt(int index)
boolean isIndexSelected(int index)
int indexOf(int index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||