toxTree.ui
Interface IEditorFactory

All Known Implementing Classes:
EditorFactory, SwingEditorFactory

public interface IEditorFactory


Method Summary
 java.beans.PropertyChangeListener createApplyRuleOptions()
           
 IDecisionCategoryEditor createCategoryEditor(IDecisionCategory category)
           
 IDecisionRuleEditor createEditor(IDecisionRule rule)
           
 IToxTreeEditor createModelEditor(AbstractQSARModel model)
           
 java.beans.PropertyChangeListener createPropertyInput()
           
 IDecisionMethodEditor createTreeEditor(IDecisionMethod method)
           
 javax.swing.JComponent optionsPanel(IDecisionMethod method, org.openscience.cdk.interfaces.IAtomContainer atomContainer)
           
 

Method Detail

optionsPanel

javax.swing.JComponent optionsPanel(IDecisionMethod method,
                                    org.openscience.cdk.interfaces.IAtomContainer atomContainer)

createTreeEditor

IDecisionMethodEditor createTreeEditor(IDecisionMethod method)

createEditor

IDecisionRuleEditor createEditor(IDecisionRule rule)

createModelEditor

IToxTreeEditor createModelEditor(AbstractQSARModel model)

createCategoryEditor

IDecisionCategoryEditor createCategoryEditor(IDecisionCategory category)

createPropertyInput

java.beans.PropertyChangeListener createPropertyInput()

createApplyRuleOptions

java.beans.PropertyChangeListener createApplyRuleOptions()


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.