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

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

Uses of AppletParameter in org.fest.swing.launcher
 

Methods in org.fest.swing.launcher that return AppletParameter
 AppletParameter AppletParameter.AppletParameterBuilder.value(String value)
          Creates a new AppletParameter with the given name and value.
 

Methods in org.fest.swing.launcher with parameters of type AppletParameter
 AppletLauncher AppletLauncher.withParameters(AppletParameter... newParameters)
          Sets the parameters for the applet to launch, as an alternative to AppletLauncher.withParameters(Map).
 



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