com.jgraph.pad.factory
Class JGraphpadConsole.FactoryMethod
java.lang.Object
com.jgraph.editor.factory.JGraphEditorFactoryMethod
com.jgraph.pad.factory.JGraphpadConsole.FactoryMethod
- Enclosing class:
- JGraphpadConsole
- public static class JGraphpadConsole.FactoryMethod
- extends JGraphEditorFactoryMethod
Provides a factory method to construct a console for System.err.
|
Field Summary |
static String |
NAME
Defines the default name for factory methods of this kind. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static String NAME
- Defines the default name for factory methods of this kind.
JGraphpadConsole.FactoryMethod
public JGraphpadConsole.FactoryMethod()
- Constructs a new console factory method using
NAME.
createInstance
public Component createInstance(Node configuration)
- Description copied from class:
JGraphEditorFactoryMethod
- Returns a new component for the specified configuration.
- Specified by:
createInstance in class JGraphEditorFactoryMethod
- Parameters:
configuration - The configuration to create the component with.
- Returns:
- Returns a new component.
Copyright (C) 2005 JGraph.com. All rights reserved.