|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
this interface the description the access to the front end elements of a GUI setting up on a web map context. this is a deegree specific form of description. beside the name of the central controlling element an implementing class enables access to fife areas the GUI is splitted in.
Method Summary | |
GUIArea |
getCenter()
returns the description of the central GUI area |
java.lang.String |
getController()
returns the name of the central controller of the front end. depending on the implementation this may be the name of a HTML/JSP-page a java class or something else. |
GUIArea |
getEast()
returns the description of the east GUI area |
GUIArea |
getNorth()
returns the description of the north GUI area |
GUIArea |
getSouth()
returns the description of the south GUI area |
GUIArea |
getWest()
returns the description of the west GUI area |
void |
setCenter(GUIArea center)
sets the description of the central GUI area |
void |
setController(java.lang.String controller)
sets the name of the central controller of the front end. depending on the implementation this may be the name of a HTML/JSP-page a java class or something else. |
void |
setEast(GUIArea east)
sets the description of the east GUI area |
void |
setNorth(GUIArea north)
sets the description of the north GUI area |
void |
setSouth(GUIArea south)
sets the description of the south GUI area |
void |
setWest(GUIArea west)
sets the description of the west GUI area |
Method Detail |
public java.lang.String getController()
public GUIArea getWest()
public GUIArea getEast()
public GUIArea getSouth()
public GUIArea getNorth()
public GUIArea getCenter()
public void setController(java.lang.String controller)
controller
- public void setWest(GUIArea west)
west
- public void setEast(GUIArea east)
east
- public void setSouth(GUIArea south)
south
- public void setNorth(GUIArea north)
north
- public void setCenter(GUIArea center)
center
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |