public class EditorFactory extends Object implements IEditorFactory
| Modifier and Type | Field and Description |
|---|---|
protected static IEditorFactory |
factory |
| Constructor and Description |
|---|
EditorFactory() |
| Modifier and Type | Method and Description |
|---|---|
PropertyChangeListener |
createApplyRuleOptions() |
IDecisionCategoryEditor |
createCategoryEditor(IDecisionCategory category) |
IDecisionRuleEditor |
createEditor(IDecisionRule rule) |
IToxTreeEditor |
createModelEditor(AbstractQSARModel model) |
PropertyChangeListener |
createPropertyInput() |
IDecisionMethodEditor |
createTreeEditor(IDecisionMethod method) |
static IEditorFactory |
getInstance() |
JComponent |
optionsPanel(IDecisionMethod method,
org.openscience.cdk.interfaces.IAtomContainer atomContainer) |
static void |
setInstance(IEditorFactory newfactory) |
protected static IEditorFactory factory
public static IEditorFactory getInstance()
public static void setInstance(IEditorFactory newfactory)
public IDecisionRuleEditor createEditor(IDecisionRule rule)
createEditor in interface IEditorFactorypublic JComponent optionsPanel(IDecisionMethod method, org.openscience.cdk.interfaces.IAtomContainer atomContainer)
optionsPanel in interface IEditorFactorypublic IDecisionMethodEditor createTreeEditor(IDecisionMethod method)
createTreeEditor in interface IEditorFactorypublic IToxTreeEditor createModelEditor(AbstractQSARModel model)
createModelEditor in interface IEditorFactorypublic IDecisionCategoryEditor createCategoryEditor(IDecisionCategory category)
createCategoryEditor in interface IEditorFactorypublic PropertyChangeListener createPropertyInput()
createPropertyInput in interface IEditorFactorypublic PropertyChangeListener createApplyRuleOptions()
createApplyRuleOptions in interface IEditorFactoryCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.