|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.common.perspective.CContentPerspective
bibliothek.gui.dock.toolbar.perspective.CToolbarContentPerspective
public class CToolbarContentPerspective
Represents a CToolbarContentArea
as perspective.
Constructor Summary | |
---|---|
CToolbarContentPerspective(bibliothek.gui.dock.common.perspective.CPerspective perspective,
String id)
Wrapps around perspective and represents the CToolbarContentArea
with unique identifier id . |
Method Summary | |
---|---|
CToolbarAreaPerspective |
getEastToolbar()
Gets a perspective of the east CToolbarArea . |
CToolbarAreaPerspective |
getNorthToolbar()
Gets a perspective of the north CToolbarArea . |
CToolbarAreaPerspective |
getSouthToolbar()
Gets a perspective of the south CToolbarArea . |
CToolbarAreaPerspective |
getWestToolbar()
Gets a perspective of the west CToolbarArea . |
Methods inherited from class bibliothek.gui.dock.common.perspective.CContentPerspective |
---|
ensureType, getCenter, getEast, getId, getNorth, getPerspective, getSouth, getWest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CToolbarContentPerspective(bibliothek.gui.dock.common.perspective.CPerspective perspective, String id)
perspective
and represents the CToolbarContentArea
with unique identifier id
.
perspective
- the source of all CStationPerspective
sid
- the unique identifier of the CToolbarContentArea
IllegalStateException
- if one of the required CStationPerspective
s is
already set up and has the wrong type.Method Detail |
---|
public CToolbarAreaPerspective getNorthToolbar()
CToolbarArea
.
null
public CToolbarAreaPerspective getSouthToolbar()
CToolbarArea
.
null
public CToolbarAreaPerspective getEastToolbar()
CToolbarArea
.
null
public CToolbarAreaPerspective getWestToolbar()
CToolbarArea
.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |