Package com.bc.ceres.swing
Interface ListControlBar.ListController
-
- All Known Subinterfaces:
ListControlBar.ListModelAdapter
- All Known Implementing Classes:
ListControlBar.AbstractListController
- Enclosing class:
- ListControlBar
public static interface ListControlBar.ListController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
addRow(int index)
boolean
moveRowDown(int index)
boolean
moveRowUp(int index)
boolean
removeRows(int[] indices)
void
updateState(ListControlBar listControlBar)
-
-
-
Method Detail
-
addRow
boolean addRow(int index)
-
removeRows
boolean removeRows(int[] indices)
-
moveRowUp
boolean moveRowUp(int index)
-
moveRowDown
boolean moveRowDown(int index)
-
updateState
void updateState(ListControlBar listControlBar)
-
-