| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethodEditor |
IDecisionMethod.getEditor()
Each rule provides an editor, which is a class implementing
IDecisionMethodEditor. |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethodEditor |
DecisionMethodsDataModule.editor |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethodEditor |
AbstractTree.getEditor() |
IDecisionMethodEditor |
BatchDecisionResultsList.getEditor() |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethodEditor |
IEditorFactory.createTreeEditor(IDecisionMethod method) |
IDecisionMethodEditor |
EditorFactory.createTreeEditor(IDecisionMethod method) |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethodEditor |
SwingEditorFactory.createTreeEditor(IDecisionMethod method) |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeEditorPanel
The default
IDecisionMethodEditor for AbstractTree descendants. |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.