Uses of Interface
toxTree.core.IDecisionMethodEditor

Packages that use IDecisionMethodEditor
toxTree.core This packages contains only interface definitions, defining essential classes in toxTree application. 
toxtree.data   
toxTree.tree This packages contains abstract and default classes implementing the interfaces defined in toxTree.core package. 
toxTree.ui   
toxtree.ui.editors   
toxtree.ui.tree User interface for viewing and editing a decision tree IDecisionMethod 
 

Uses of IDecisionMethodEditor in toxTree.core
 

Methods in toxTree.core that return IDecisionMethodEditor
 IDecisionMethodEditor IDecisionMethod.getEditor()
          Each rule provides an editor, which is a class implementing IDecisionMethodEditor.
 

Uses of IDecisionMethodEditor in toxtree.data
 

Fields in toxtree.data declared as IDecisionMethodEditor
protected  IDecisionMethodEditor DecisionMethodsDataModule.editor
           
 

Uses of IDecisionMethodEditor in toxTree.tree
 

Methods in toxTree.tree that return IDecisionMethodEditor
 IDecisionMethodEditor BatchDecisionResultsList.getEditor()
           
 IDecisionMethodEditor AbstractTree.getEditor()
           
 

Uses of IDecisionMethodEditor in toxTree.ui
 

Methods in toxTree.ui that return IDecisionMethodEditor
 IDecisionMethodEditor IEditorFactory.createTreeEditor(IDecisionMethod method)
           
 IDecisionMethodEditor EditorFactory.createTreeEditor(IDecisionMethod method)
           
 

Uses of IDecisionMethodEditor in toxtree.ui.editors
 

Methods in toxtree.ui.editors that return IDecisionMethodEditor
 IDecisionMethodEditor SwingEditorFactory.createTreeEditor(IDecisionMethod method)
           
 

Uses of IDecisionMethodEditor in toxtree.ui.tree
 

Classes in toxtree.ui.tree that implement IDecisionMethodEditor
 class TreeEditorPanel
          The default IDecisionMethodEditor for AbstractTree descendants.
 



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