Uses of Class
org.ephman.abra.tools.JView

Packages that use JView
org.ephman.abra.tools   
 

Uses of JView in org.ephman.abra.tools
 

Fields in org.ephman.abra.tools declared as JView
(package private)  JView JView.superView
           
 

Methods in org.ephman.abra.tools that return JView
 JView JView.getSuperView()
          Get the value of superView.
 JView JClass.getView(java.lang.String formatName)
           
 

Methods in org.ephman.abra.tools with parameters of type JView
protected  void GenericFactoryGenerator.writeViewString(JView view, JClass currentClass, java.io.FileWriter outFile)
           
 void JView.setSuperView(JView v)
          Set the value of superView.
 void JClass.addView(JView jv)