|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.forms.demo.domain.Example
public final class Example
Describes an example in the JGoodies Forms Demo.
Field Summary | |
---|---|
static String |
PROPERTYNAME_DESCRIPTION
The name of the unbound property description. |
Constructor Summary | |
---|---|
Example(String name,
String description,
Object builder)
Constructs an Example for the given name,
description and builder. |
Method Summary | |
---|---|
Object |
getBuilder()
Returns the associated design builder. |
String |
getBuildMethodName()
Returns the method name used to build the design. |
String |
getDescription()
Returns this example's text description. |
String |
getName()
Returns this example's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTYNAME_DESCRIPTION
Constructor Detail |
---|
public Example(String name, String description, Object builder)
Example
for the given name,
description and builder.
name
- a string that identifies the exampledescription
- a text that describes the examplebuilder
- the instance that builds the example panelMethod Detail |
---|
public Object getBuilder()
public String getBuildMethodName()
public String getDescription()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |