|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.context.AbstractFrontend
this class encapsulates the description of the front end of a GUI setting up on a web map context. this is a deegree specific form of description. beside some
Field Summary | |
private GUIArea |
center
|
private java.lang.String |
controller
|
private GUIArea |
east
|
private GUIArea |
north
|
private GUIArea |
south
|
private GUIArea |
west
|
Constructor Summary | |
AbstractFrontend(java.lang.String controller,
GUIArea west,
GUIArea east,
GUIArea south,
GUIArea north,
GUIArea center)
Creates a new Frontend object. |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.deegree.xml.Marshallable |
exportAsXML |
Field Detail |
private GUIArea center
private GUIArea east
private GUIArea north
private GUIArea south
private GUIArea west
private java.lang.String controller
Constructor Detail |
public AbstractFrontend(java.lang.String controller, GUIArea west, GUIArea east, GUIArea south, GUIArea north, GUIArea center)
controller
- west
- east
- south
- north
- center
- Method Detail |
public java.lang.String getController()
getController
in interface Frontend
public GUIArea getWest()
getWest
in interface Frontend
public GUIArea getEast()
getEast
in interface Frontend
public GUIArea getSouth()
getSouth
in interface Frontend
public GUIArea getNorth()
getNorth
in interface Frontend
public GUIArea getCenter()
getCenter
in interface Frontend
public void setController(java.lang.String controller)
setController
in interface Frontend
controller
- public void setWest(GUIArea west)
setWest
in interface Frontend
west
- public void setEast(GUIArea east)
setEast
in interface Frontend
east
- public void setSouth(GUIArea south)
setSouth
in interface Frontend
south
- public void setNorth(GUIArea north)
setNorth
in interface Frontend
north
- public void setCenter(GUIArea center)
setCenter
in interface Frontend
center
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |