Uses of Class
org.fest.swing.applet.AppletViewer

Packages that use AppletViewer
org.fest.swing.applet Support for testing Java Applets. 
org.fest.swing.launcher Launches applications from a "main" method and Java applets 
 

Uses of AppletViewer in org.fest.swing.applet
 

Methods in org.fest.swing.applet that return AppletViewer
static AppletViewer AppletViewer.newViewer(Applet applet)
          Creates a new AppletViewer.
static AppletViewer AppletViewer.newViewer(Applet applet, AppletStub stub)
          Creates a new AppletViewer.
static AppletViewer AppletViewer.newViewer(Applet applet, Map<String,String> parameters)
          Creates a new AppletViewer.
 

Uses of AppletViewer in org.fest.swing.launcher
 

Methods in org.fest.swing.launcher that return AppletViewer
 AppletViewer AppletLauncher.start()
          Launches the applet in a AppletViewer (using implementations of BasicAppletStub and BasicAppletContext.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.