public abstract class AbstractController extends java.lang.Object implements Controller
Constructor and Description |
---|
AbstractController() |
Modifier and Type | Method and Description |
---|---|
void |
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 changed
|
void |
fireControllerChanged() |
void |
removeControllerListener(ControllerListener listener)
Remove a listener
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPanel, getSettings, getTitleComponent, initialize, isInitiallyVisible, setSettings
public void addControllerListener(ControllerListener listener)
addControllerListener
in interface Controller
listener
- public void removeControllerListener(ControllerListener listener)
removeControllerListener
in interface Controller
listener
- public void fireControllerChanged()
http://code.google.com/p/jam-lib/