|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.common.intern.EfficientControlFactory
public class EfficientControlFactory
A factory that uses the most efficient elements, can only be used in environments where global events can be observed.
Constructor Summary | |
---|---|
EfficientControlFactory()
|
Method Summary | |
---|---|
DockController |
createController()
Creates or gets the DockController . |
FlapDockStation |
createFlapDockStation(Component expansion)
Creates a new FlapDockStation . |
ScreenDockStation |
createScreenDockStation(JFrame owner)
Creates a new ScreenDockStation . |
SplitDockStation |
createSplitDockStation()
Creates a new SplitDockStation . |
CWorkingArea |
createWorkingArea(String id)
Creates a new CWorkingArea . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EfficientControlFactory()
Method Detail |
---|
public DockController createController()
CControlFactory
DockController
.
createController
in interface CControlFactory
public FlapDockStation createFlapDockStation(Component expansion)
CControlFactory
FlapDockStation
.
createFlapDockStation
in interface CControlFactory
expansion
- a Component
which will be some parent of
the result, the FlapDockStation.getExpansionBounds()
should
act as if expansion
were the whole station
public ScreenDockStation createScreenDockStation(JFrame owner)
CControlFactory
ScreenDockStation
.
createScreenDockStation
in interface CControlFactory
owner
- the owner of the dialogs of the station
public SplitDockStation createSplitDockStation()
CControlFactory
SplitDockStation
.
createSplitDockStation
in interface CControlFactory
public CWorkingArea createWorkingArea(String id)
CControlFactory
CWorkingArea
.
createWorkingArea
in interface CControlFactory
id
- the unique if of the area
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |