T
- Type to store to the chooser componentpublic interface MultipleChooser<T> extends Chooser<T>
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getSelectedIndices()
Returns all of the selected indices
|
List<T> |
getSelectedObjects()
Returns all of the selected objects from the components
|
List<String> |
getSelectedTexts()
Returns all of the selected texts in the components
|
add, add, addExample, addSelectionListener, clear, getSelectedIndex, getSelectedObject, getSelectedText, removeMnemonic, setRivit, setRivit, setSelectedIndex
List<T> getSelectedObjects()
List<String> getSelectedTexts()
List<Integer> getSelectedIndices()