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

Quick Search    Search Deep

Uses of Class
openfuture.editxml.applet.AbsPanel

Uses of AbsPanel in openfuture.editxml.applet
 

Subclasses of AbsPanel in openfuture.editxml.applet
 class RootPanel
          Main panel for the XML editor applet.
 class TextEditorPanel
          TextEditorPanel.java Created: Fri Sep 14 13:30:25 2001
 

Fields in openfuture.editxml.applet declared as AbsPanel
private  AbsPanel AbsController.view
           
 

Methods in openfuture.editxml.applet that return AbsPanel
 AbsPanel AbsController.getView()
          Get the value of view.
 

Methods in openfuture.editxml.applet with parameters of type AbsPanel
 void AbsController.setView(AbsPanel v)
          Set the value of view.