|
||||||||||
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 . |
ScreenDockStation |
createScreenDockStation(WindowProvider owner)
Creates a new ScreenDockStation . |
SplitDockStation |
createSplitDockStation()
Creates a new SplitDockStation . |
CWorkingArea |
createWorkingArea(String id)
Creates a new CWorkingArea . |
Method Detail |
---|
DockController createController(CControl owner)
DockController
.
owner
- the control for which the result of this method will be used
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
.
CWorkingArea createWorkingArea(String id)
CWorkingArea
.
id
- the unique if of the area
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |