public static interface EditMediator.ListComponent
Modifier and Type | Method and Description |
---|---|
Component |
getComponent() |
DefaultListModel |
getModel() |
int[] |
getSelectedIndices() |
ListSelectionModel |
getSelectionModel() |
void |
setSelectedIndices(int[] indices) |
Component getComponent()
int[] getSelectedIndices()
void setSelectedIndices(int[] indices)
DefaultListModel getModel()
ListSelectionModel getSelectionModel()