| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDecisionCategoryEditor |
interface |
IDecisionMethodEditor |
interface |
IDecisionRuleEditor
Each rule
IDecisionRule should provides an editor, which is a class,
implementing this interface. |
| Modifier and Type | Method and Description |
|---|---|
IToxTreeEditor |
AbstractQSARModel.getEditor() |
| Modifier and Type | Method and Description |
|---|---|
IToxTreeEditor |
IEditorFactory.createModelEditor(AbstractQSARModel model) |
IToxTreeEditor |
EditorFactory.createModelEditor(AbstractQSARModel model) |
| Modifier and Type | Method and Description |
|---|---|
IToxTreeEditor |
SwingEditorFactory.createModelEditor(AbstractQSARModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
ToxTreeEditorPanel
Absatract class, implementing
IToxTreeEditor. |
class |
TreeEditorPanel
The default
IDecisionMethodEditor for AbstractTree descendants. |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryPanel |
| Modifier and Type | Class and Description |
|---|---|
class |
QSARModelEditor |
class |
RuleQSARModelEditor |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleEditor |
class |
RulePanel |
class |
RulePropertyEditor |
class |
RuleRangeEditor |
class |
RuleStructuresPanel |
class |
SMARTSRuleEditor
Editor for
RuleSMARTSubstructure. |
class |
SubstructureRulePanel
TODO add description
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditorPanel.setEditor(IToxTreeEditor editor) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.