| Package | Description |
|---|---|
| toxTree.apps | |
| toxTree.apps.toxForest | |
| toxtree.data | |
| toxtree.ui |
Base classes for
ToxTreeApp user interface |
| toxtree.ui.actions |
Actions (derived from
AbstractAction
used in ToxTreeApp main menu. |
| toxtree.ui.molecule |
UI classes for viewing and editing a
|
| toxtree.ui.tree.actions |
Actions (derived from
AbstractAction for the decision tree user interface
toxTree.ui.tree |
| Modifier and Type | Field and Description |
|---|---|
protected DataModule |
AbstractApplication.dataModule |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DataModule |
AbstractApplication.createDataModule() |
protected DataModule |
CompoundMethodApplication.createDataModule() |
protected DataModule |
ToxTreeApp.createDataModule() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DataModulePanel |
CompoundMethodApplication.createDataModulePanel(DataModule dataModule) |
protected DataModulePanel |
ToxTreeApp.createDataModulePanel(DataModule dataModule) |
| Modifier and Type | Class and Description |
|---|---|
class |
ToxForestDataModule
Main data class of
ToxForestApp. |
| Modifier and Type | Method and Description |
|---|---|
protected DataModule |
ToxForestApp.createDataModule() |
| Modifier and Type | Method and Description |
|---|---|
protected DataModulePanel |
ToxForestApp.createDataModulePanel(DataModule dataModule) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionMethodsDataModule |
class |
ToxTreeModule
Contains data essential for
ToxTreeApp application
the current method IDecisionMethod
the result IDecisionResult
the list of available methods IDecisionMethodsList
the data DecisionMethodData
the tree data DecisionMethodData
the batch processing object ToxTreeBatchProcessing
Also contains some UI frames :
a Frame to view a decision tree TreeFrame
a Frame to edit a decision tree toxTree.ui.tree.EditTreeFrame
a dialog with structure diagram editor JChemPaintDialog
and a org.openscience.cdk.applications.jchempaint.JChemPaintModel
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataModulePanel<DM extends DataModule> |
| Modifier and Type | Field and Description |
|---|---|
protected DM |
DataModulePanel.dataModule |
| Modifier and Type | Field and Description |
|---|---|
protected DataModule |
DataModuleAction.module |
| Constructor and Description |
|---|
ClearFilteredSubsetsAction(DataModule module) |
ClearFilteredSubsetsAction(DataModule module,
String name) |
ClearFilteredSubsetsAction(DataModule module,
String name,
Icon icon) |
GoToRecordAction(DataModule module) |
GoToRecordAction(DataModule module,
String name) |
GoToRecordAction(DataModule module,
String name,
Icon icon) |
LookupCompoundAction(DataModule module) |
LookupCompoundAction(DataModule module,
String name) |
LookupCompoundAction(DataModule module,
String name,
Icon icon) |
| Constructor and Description |
|---|
EditDecisionMethodAction(DataModule module) |
EditDecisionMethodAction(DataModule module,
String name) |
EditDecisionMethodAction(DataModule module,
String name,
Icon icon) |
LoadAndEditTreeAction(DataModule module) |
LoadAndEditTreeAction(DataModule module,
String name) |
LoadAndEditTreeAction(DataModule module,
String name,
Icon icon) |
TreeOptionsAction(DataModule module) |
TreeOptionsAction(DataModule module,
String name) |
TreeOptionsAction(DataModule module,
String name,
Icon icon) |
ViewTreeAction(DataModule module) |
ViewTreeAction(DataModule module,
String name) |
ViewTreeAction(DataModule module,
String name,
Icon icon) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.