Uses of Class
jimm.datavision.gui.applet.DVApplet

Packages that use DVApplet
jimm.datavision.gui.applet Provides the classes and interfaces that make up the applet graphical user interface used to build and run DataVision reports. 
 

Uses of DVApplet in jimm.datavision.gui.applet
 

Methods in jimm.datavision.gui.applet that return DVApplet
protected  DVApplet DesignApplet.getAppletViaCheapTrick()
          A cheap trick: we need the applet but this method is called from the constructor indirectly so we can't assign the applet to an instance var of the correct type.
 

Constructors in jimm.datavision.gui.applet with parameters of type DVApplet
DesignApplet(DVApplet applet)