Package com.bc.ceres.swing
Interface ListControlBar.ListModelAdapter
-
- All Superinterfaces:
ListControlBar.ListController
- Enclosing class:
- ListControlBar
public static interface ListControlBar.ListModelAdapter extends ListControlBar.ListController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxSelectedRowIndex()
int
getMinSelectedRowIndex()
int
getRowCount()
int[]
getSelectedRowIndices()
-
Methods inherited from interface com.bc.ceres.swing.ListControlBar.ListController
addRow, moveRowDown, moveRowUp, removeRows, updateState
-
-