Uses of Class
org.fest.swing.launcher.AppletLauncher

Packages that use AppletLauncher
org.fest.swing.launcher Launches applications from a "main" method and Java applets  
 

Uses of AppletLauncher in org.fest.swing.launcher
 

Methods in org.fest.swing.launcher that return AppletLauncher
static AppletLauncher AppletLauncher.applet(Applet applet)
          Creates a new applet launcher.
static AppletLauncher AppletLauncher.applet(Class<? extends Applet> appletType)
          Creates a new applet launcher.
static AppletLauncher AppletLauncher.applet(String appletType)
          Creates a new applet launcher.
 AppletLauncher AppletLauncher.withParameters(AppletParameter... newParameters)
          Sets the parameters for the applet to launch, as an alternative to withParameters(Map).
 AppletLauncher AppletLauncher.withParameters(Map<String,String> newParameters)
          Sets the parameters for the applet to launch, as an alternative to withParameters(AppletParameter...)
 



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