com.jgraph.editor.factory
Class JGraphEditorComboBox.LineDecorationComboFactoryMethod
java.lang.Object
com.jgraph.editor.factory.JGraphEditorFactoryMethod
com.jgraph.editor.factory.JGraphEditorComboBox.LineDecorationComboFactoryMethod
- Enclosing class:
- JGraphEditorComboBox
- public static class JGraphEditorComboBox.LineDecorationComboFactoryMethod
- extends JGraphEditorFactoryMethod
Provides a factory method to construct a line decoration combo box.
|
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.
JGraphEditorComboBox.LineDecorationComboFactoryMethod
public JGraphEditorComboBox.LineDecorationComboFactoryMethod()
- Constructs a new line decoration combo factory method using
NAME.
createInstance
public Component createInstance(Node configuration)
- Returns a new line decoration combo box for
configuration.
- Specified by:
createInstance in class JGraphEditorFactoryMethod
- Parameters:
configuration - The configuration to use for creating the combo box.
- Returns:
- Returns a new component.
Copyright (C) 2005 JGraph.com. All rights reserved.