public class AppletParameter extends Object
For example, the following code listing:
// import static org.fest.swing.launcher.AppletParameter.name; AppletParameter =will create an applet parameter with name "bgcolor" and value "blue."name
("bgcolor").value
("blue");
Modifier and Type | Class and Description |
---|---|
static class |
AppletParameter.AppletParameterBuilder
Understands creation of
s. |
Modifier and Type | Method and Description |
---|---|
static AppletParameter.AppletParameterBuilder |
name(String name)
Starting point of the fluent interface for creation of
s. |
public static AppletParameter.AppletParameterBuilder name(String name)
AppletParameter
s.name
- the name of the applet parameter.AppletParameter
s.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.