|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.perspective.CContentPerspective
public class CContentPerspective
A representation of a CContentArea. Please note that
CContentPerspective is only a wrapper around a CPerspective, two
CContentPerspective represent the same CContentArea if they have the
same identifier.
| Constructor Summary | |
|---|---|
CContentPerspective(CPerspective perspective,
java.lang.String id)
Creates a new perspective. |
|
| Method Summary | |
|---|---|
CGridPerspective |
getCenter()
Gets the station that is shown in the middle of the content-area. |
CMinimizePerspective |
getEast()
Gets the station that is shown at the east side of the content-area. |
java.lang.String |
getId()
Gets the unique identifier of this perspective |
CMinimizePerspective |
getNorth()
Gets the station that is shown at the north side of the content-area. |
CMinimizePerspective |
getSouth()
Gets the station that is shown at the south side of the content-area. |
CMinimizePerspective |
getWest()
Gets the station that is shown at the west side of the content-area. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CContentPerspective(CPerspective perspective,
java.lang.String id)
CPerspective.getContentArea() to obtain
a CContentPerspective.
perspective - a map containing the stations which are used by this perspectiveid - the unique identifier of this perspective| Method Detail |
|---|
public java.lang.String getId()
public CGridPerspective getCenter()
public CMinimizePerspective getNorth()
public CMinimizePerspective getSouth()
public CMinimizePerspective getEast()
public CMinimizePerspective getWest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||