|
JGraphpad Pro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jgraph.editor.factory.JGraphEditorFactoryMethod
Defines the basic implementation of a factory method.
| Field Summary | |
protected String |
name
Holds the name. |
| Constructor Summary | |
JGraphEditorFactoryMethod(String name)
Constructs a new factory method using the specified name. |
|
| Method Summary | |
abstract Component |
createInstance(Node configuration)
Returns a new component for the specified configuration. |
String |
getName()
Returns the name of the factory method. |
void |
setName(String name)
Sets the name of the factory method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected String name
| Constructor Detail |
public JGraphEditorFactoryMethod(String name)
name - The name of the factory method to construct.| Method Detail |
public abstract Component createInstance(Node configuration)
configuration - The configuration to create the component with.
public String getName()
public void setName(String name)
name - The name to set.
|
JGraphpad Pro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||