Package | Description |
---|---|
jam.controlpalettes |
Modifier and Type | Method and Description |
---|---|
void |
Controller.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 |
AbstractController.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 |
Controller.removeControllerListener(ControllerListener listener)
Remove a listener
|
void |
AbstractController.removeControllerListener(ControllerListener listener)
Remove a listener
|
http://code.google.com/p/jam-lib/