Uses of Interface
toxTree.core.IToxTreeEditor

Packages that use IToxTreeEditor
toxTree.core This packages contains only interface definitions, defining essential classes in toxTree application. 
toxTree.qsar   
toxTree.ui   
toxtree.ui.editors   
toxtree.ui.tree User interface for viewing and editing a decision tree IDecisionMethod 
toxtree.ui.tree.categories User interface for viewing and editing categories IDecisionCategory in a decision tree IDecisionMethod 
toxtree.ui.tree.qsar   
toxtree.ui.tree.rules   
toxtree.ui.wizard Wizard support. 
 

Uses of IToxTreeEditor in toxTree.core
 

Subinterfaces of IToxTreeEditor in toxTree.core
 interface IDecisionCategoryEditor
           
 interface IDecisionMethodEditor
           
 interface IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
 

Uses of IToxTreeEditor in toxTree.qsar
 

Methods in toxTree.qsar that return IToxTreeEditor
 IToxTreeEditor AbstractQSARModel.getEditor()
           
 

Uses of IToxTreeEditor in toxTree.ui
 

Methods in toxTree.ui that return IToxTreeEditor
 IToxTreeEditor IEditorFactory.createModelEditor(AbstractQSARModel model)
           
 IToxTreeEditor EditorFactory.createModelEditor(AbstractQSARModel model)
           
 

Uses of IToxTreeEditor in toxtree.ui.editors
 

Methods in toxtree.ui.editors that return IToxTreeEditor
 IToxTreeEditor SwingEditorFactory.createModelEditor(AbstractQSARModel model)
           
 

Uses of IToxTreeEditor in toxtree.ui.tree
 

Classes in toxtree.ui.tree that implement IToxTreeEditor
 class ToxTreeEditorPanel
          Absatract class, implementing IToxTreeEditor.
 class TreeEditorPanel
          The default IDecisionMethodEditor for AbstractTree descendants.
 

Uses of IToxTreeEditor in toxtree.ui.tree.categories
 

Classes in toxtree.ui.tree.categories that implement IToxTreeEditor
 class CategoryPanel
           
 

Uses of IToxTreeEditor in toxtree.ui.tree.qsar
 

Classes in toxtree.ui.tree.qsar that implement IToxTreeEditor
 class QSARModelEditor
           
 class RuleQSARModelEditor
           
 

Uses of IToxTreeEditor in toxtree.ui.tree.rules
 

Classes in toxtree.ui.tree.rules that implement IToxTreeEditor
 class RuleEditor
           
 class RulePanel
           
 class RulePropertyEditor
           
 class RuleRangeEditor
           
 class RuleStructuresPanel
           
 class SMARTSRuleEditor
          Editor for RuleSMARTSubstructure.
 class SubstructureRulePanel
          TODO add description
 

Uses of IToxTreeEditor in toxtree.ui.wizard
 

Methods in toxtree.ui.wizard with parameters of type IToxTreeEditor
 void EditorPanel.setEditor(IToxTreeEditor editor)
           
 



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