Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
openfuture.editxml.applet.RootPanel

Uses of RootPanel in openfuture.editxml.applet
 

Fields in openfuture.editxml.applet declared as RootPanel
private  RootPanel RootController.panel
           
 

Methods in openfuture.editxml.applet that return RootPanel
 RootPanel RootController.getPanel()
          Get the value of panel.
 

Methods in openfuture.editxml.applet with parameters of type RootPanel
 void RootController.setPanel(RootPanel v)
          Set the value of panel.
 

Constructors in openfuture.editxml.applet with parameters of type RootPanel
RootController(RootPanel panel, java.util.ResourceBundle resourceBundle, openfuture.editxml.servlet.EditorServletProxy servletProxy)
          Creates a new RootController instance.