|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CControlFactory
A factory creating various elements that are needed in a CControl
and its associated components.
| Method Summary | |
|---|---|
DockController |
createController(CControl owner)
Creates or gets the DockController. |
FlapDockStation |
createFlapDockStation(Component expansion)
Creates a new FlapDockStation. |
CDockFrontend |
createFrontend(CControlAccess owner,
DockController controller)
Creates a new DockFrontend that will be used by owner. |
MutableCControlRegister |
createRegister(CControl owner)
Creates a new register that keeps track of all the elements shown and used by owner. |
ScreenDockStation |
createScreenDockStation(WindowProvider owner)
Creates a new ScreenDockStation. |
SplitDockStation |
createSplitDockStation()
Creates a new SplitDockStation. |
CommonStation<SplitDockStation> |
createSplitDockStation(CommonStationDelegate delegate)
Creates a new SplitDockStation that implements CommonDockable
as well. |
| Method Detail |
|---|
DockController createController(CControl owner)
DockController.
owner - the control for which the result of this method will be used
CDockFrontend createFrontend(CControlAccess owner,
DockController controller)
DockFrontend that will be used by owner.
owner - the ownercontroller - the controller to be used by the new frontend
MutableCControlRegister createRegister(CControl owner)
owner.
owner - the owner of the register
FlapDockStation createFlapDockStation(Component expansion)
FlapDockStation.
expansion - a Component which will be some parent of
the result, the FlapDockStation.getExpansionBounds() should
act as if expansion were the whole station
ScreenDockStation createScreenDockStation(WindowProvider owner)
ScreenDockStation.
owner - the owner of the dialogs of the station
SplitDockStation createSplitDockStation()
SplitDockStation.
CommonStation<SplitDockStation> createSplitDockStation(CommonStationDelegate delegate)
SplitDockStation that implements CommonDockable
as well.
delegate - some methods that can be used by the created station
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||