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

Quick Search    Search Deep

Uses of Class
openfuture.editxml.applet.MainPanel

Uses of MainPanel in openfuture.editxml.applet
 

Fields in openfuture.editxml.applet declared as MainPanel
protected  MainPanel RootPanel.main
           
private  MainPanel EditorController.parentPanel
           
 

Methods in openfuture.editxml.applet that return MainPanel
 MainPanel RootPanel.getMainPanel()
          Get the main panel
 MainPanel EditorController.getParentPanel()
          Get the value of parentPanel.
 

Methods in openfuture.editxml.applet with parameters of type MainPanel
 void EditorController.setParentPanel(MainPanel v)
          Set the value of parentPanel.
 

Constructors in openfuture.editxml.applet with parameters of type MainPanel
EditorController(MainPanel parentPanel, java.util.ResourceBundle resourceBundle, RootController parentController)
          Creates a new EditorController instance.