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