|
||||||||||
| 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. |
CommonDockStation<FlapDockStation,CFlapDockStation> |
createFlapDockStation(Component expansion,
CommonStationDelegate<CFlapDockStation> delegate)
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. |
CommonDockStation<ScreenDockStation,CScreenDockStation> |
createScreenDockStation(WindowProvider owner,
CommonStationDelegate<CScreenDockStation> delegate)
Creates a new ScreenDockStation. |
CommonDockStation<SplitDockStation,CSplitDockStation> |
createSplitDockStation(CommonStationDelegate<CSplitDockStation> 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
CommonDockStation<FlapDockStation,CFlapDockStation> createFlapDockStation(Component expansion,
CommonStationDelegate<CFlapDockStation> delegate)
FlapDockStation.
expansion - a Component which will be some parent of
the result, the FlapDockStation.getExpansionBounds() should
act as if expansion were the whole stationdelegate - some methods that can be used by the created station
CommonDockStation<ScreenDockStation,CScreenDockStation> createScreenDockStation(WindowProvider owner,
CommonStationDelegate<CScreenDockStation> delegate)
ScreenDockStation.
owner - the owner of the dialogs of the stationdelegate - some methods that can be used by the created station
CommonDockStation<SplitDockStation,CSplitDockStation> createSplitDockStation(CommonStationDelegate<CSplitDockStation> 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 | |||||||||