Uses of Interface
org.deegree.clients.context.Frontend

Packages that use Frontend
org.deegree_impl.clients.context   
 

Uses of Frontend in org.deegree_impl.clients.context
 

Classes in org.deegree_impl.clients.context that implement Frontend
 class 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
 class JSPFrontend
          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 the general elements inherited from AbstractFrontend three additional elements are offered: commonJS: a list of javascript files containing objects and methods to be used by more than one module of the GUI buttons: a javascript file containing a associative array (Map) for the used buttons style: css-style file
 

Fields in org.deegree_impl.clients.context declared as Frontend
private  Frontend GeneralExtension.frontend
           
 

Methods in org.deegree_impl.clients.context that return Frontend
private static Frontend WebMapContextFactory.createFrontend(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the frontend (GUI) description of a deegree map client
 Frontend GeneralExtension.getFrontend()
          returns the frontend (GUI) description encapsulating objekt
 

Methods in org.deegree_impl.clients.context with parameters of type Frontend
 void GeneralExtension.setFrontend(Frontend frontend)
          sets the frontend (GUI) description encapsulating objekt
 

Constructors in org.deegree_impl.clients.context with parameters of type Frontend
GeneralExtension(IOSettings iOSettings, Frontend frontend, MapParameter mapParameter)
          Creates a new GeneralExtension object.