|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicDockableDisplayerDecorator
A decorator may add a Component between a BasicDockableDisplayer
and a Dockable.
| Method Summary | |
|---|---|
Component |
getComponent()
Gets the Component which represents this decorator,
the result of this method may change whenever setController(DockController)
or setDockable(Component, Dockable) is called. |
void |
setController(DockController controller)
Sets the controller in whose realm this decorator works |
void |
setDockable(Component component,
Dockable dockable)
Sets the element to show on this decorator, can be null |
| Method Detail |
|---|
void setDockable(Component component,
Dockable dockable)
null
component - the component which represents dockabledockable - the element to showvoid setController(DockController controller)
controller - the controllerComponent getComponent()
Component which represents this decorator,
the result of this method may change whenever setController(DockController)
or setDockable(Component, Dockable) is called.
null to show nothing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||