Package jam.controlpalettes
Class AbstractController
java.lang.Object
jam.controlpalettes.AbstractController
- All Implemented Interfaces:
Controller
- Version:
- $Id: AbstractController.java 919 2008-06-09 23:54:44Z rambaut $
- Author:
- Andrew Rambaut, Alexei Drummond
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addControllerListener
(ControllerListener listener) Add a ControllerListener to this controllers list of listeners The main listener will be the ControlPalette itself which will use this to resize the panels if the components changedvoid
void
removeControllerListener
(ControllerListener listener) Remove a listenerMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jam.controlpalettes.Controller
getPanel, getSettings, getTitleComponent, initialize, isInitiallyVisible, setSettings
-
Constructor Details
-
AbstractController
public AbstractController()
-
-
Method Details
-
addControllerListener
Add a ControllerListener to this controllers list of listeners The main listener will be the ControlPalette itself which will use this to resize the panels if the components changed- Specified by:
addControllerListener
in interfaceController
- Parameters:
listener
-
-
removeControllerListener
Remove a listener- Specified by:
removeControllerListener
in interfaceController
- Parameters:
listener
-
-
fireControllerChanged
public void fireControllerChanged()
-