org.fest.swing.launcher
Class AppletParameter.AppletParameterBuilder

java.lang.Object
  extended by org.fest.swing.launcher.AppletParameter.AppletParameterBuilder
Enclosing class:
AppletParameter

public static class AppletParameter.AppletParameterBuilder
extends Object

Understands creation of AppletParameters.

Author:
Yvonne Wang

Method Summary
 AppletParameter value(String value)
          Creates a new AppletParameter with the given name and value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

value

public AppletParameter value(String value)
Creates a new AppletParameter with the given name and value.

Parameters:
value - the value for the AppletParameter.
Returns:
the created AppletParameter.


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