Package com.bc.ceres.swing
Class ListControlBar.AbstractListController
- java.lang.Object
-
- com.bc.ceres.swing.ListControlBar.AbstractListController
-
- All Implemented Interfaces:
ListControlBar.ListController
- Enclosing class:
- ListControlBar
public abstract static class ListControlBar.AbstractListController extends Object implements ListControlBar.ListController
-
-
Constructor Summary
Constructors Constructor Description AbstractListController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateState(ListControlBar listControlBar)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.bc.ceres.swing.ListControlBar.ListController
addRow, moveRowDown, moveRowUp, removeRows
-
-
-
-
Method Detail
-
updateState
public void updateState(ListControlBar listControlBar)
- Specified by:
updateState
in interfaceListControlBar.ListController
-
-