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
Modifier and TypeMethodDescriptionboolean
addRow
(int index) boolean
moveRowDown
(int index) boolean
moveRowUp
(int index) boolean
removeRows
(int[] indices) void
updateState
(ListControlBar listControlBar)
-
Method Details
-
addRow
boolean addRow(int index) -
removeRows
boolean removeRows(int[] indices) -
moveRowUp
boolean moveRowUp(int index) -
moveRowDown
boolean moveRowDown(int index) -
updateState
-