public class CToolbarContentPerspective
extends bibliothek.gui.dock.common.perspective.CContentPerspective
CToolbarContentArea
as perspective.Constructor and Description |
---|
CToolbarContentPerspective(bibliothek.gui.dock.common.perspective.CPerspective perspective,
java.lang.String id)
|
Modifier and Type | Method and Description |
---|---|
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 . |
public CToolbarContentPerspective(bibliothek.gui.dock.common.perspective.CPerspective perspective, java.lang.String id)
perspective
- the source of all CStationPerspective
sid
- the unique identifier of the CToolbarContentArea
java.lang.IllegalStateException
- if one of the required CStationPerspective
s is
already set up and has the wrong type.public CToolbarAreaPerspective getNorthToolbar()
CToolbarArea
.null
public CToolbarAreaPerspective getSouthToolbar()
CToolbarArea
.null
public CToolbarAreaPerspective getEastToolbar()
CToolbarArea
.null
public CToolbarAreaPerspective getWestToolbar()
CToolbarArea
.null