Uses of Class
toxtree.data.DataContainer

Packages that use DataContainer
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 molecule 
toxtree.ui.tree.molecule   
 

Uses of DataContainer in toxTree.apps
 

Methods in toxTree.apps with parameters of type DataContainer
protected  CompoundPanel CompoundMethodApplication.createCompoundPanel(DataContainer dataContainer, java.awt.Color bgColor, java.awt.Color fColor)
           
 

Uses of DataContainer in toxTree.apps.toxForest
 

Subclasses of DataContainer in toxTree.apps.toxForest
 class ToxForestData
          Main data container of ToxForestApp.
 

Methods in toxTree.apps.toxForest that return DataContainer
protected  DataContainer ToxForestDataModule.createDataContainer(java.io.File inputFile)
           
 

Methods in toxTree.apps.toxForest with parameters of type DataContainer
protected  CompoundPanel ToxForestApp.createCompoundPanel(DataContainer dataContainer, java.awt.Color bgColor, java.awt.Color fColor)
           
 

Constructors in toxTree.apps.toxForest with parameters of type DataContainer
ToxForestCompoundPanel(DataContainer model, java.awt.Color bgColor, java.awt.Color fColor)
           
 

Uses of DataContainer in toxtree.data
 

Subclasses of DataContainer in toxtree.data
 class DecisionMethodData
          Contains MoleculesIterator and TTLogger
 

Fields in toxtree.data declared as DataContainer
protected  DataContainer DataModule.dataContainer
           
 

Methods in toxtree.data that return DataContainer
protected  DataContainer ToxTreeModule.createDataContainer(java.io.File inputFile)
           
protected  DataContainer DecisionMethodsDataModule.createDataContainer(java.io.File inputFile)
           
protected abstract  DataContainer DataModule.createDataContainer(java.io.File inputFile)
           
 DataContainer DataModule.getDataContainer()
           
 

Uses of DataContainer in toxtree.ui
 

Fields in toxtree.ui declared as DataContainer
protected  DataContainer StatusBar.toxData
           
 

Methods in toxtree.ui with parameters of type DataContainer
 void StatusBar.setDataContainer(DataContainer toxData)
           
 

Uses of DataContainer in toxtree.ui.actions
 

Fields in toxtree.ui.actions declared as DataContainer
protected  DataContainer DataContainerAction.dataContainer
           
 

Constructors in toxtree.ui.actions with parameters of type DataContainer
DataContainerAction(DataContainer dataContainer)
           
DataContainerAction(DataContainer dataContainer, java.lang.String arg0)
           
DataContainerAction(DataContainer dataContainer, java.lang.String arg0, javax.swing.Icon arg1)
           
NewMoleculeAction(DataContainer dataContainer)
           
NewMoleculeAction(DataContainer dataContainer, java.lang.String name)
           
NewMoleculeAction(DataContainer dataContainer, java.lang.String name, javax.swing.Icon icon)
           
 

Uses of DataContainer in toxtree.ui.molecule
 

Fields in toxtree.ui.molecule declared as DataContainer
protected  DataContainer StructureEntryPanel.dataContainer
           
protected  DataContainer NavigationPanel.dataContainer
           
 

Methods in toxtree.ui.molecule that return DataContainer
 DataContainer TopPanel.getDataContainer()
           
 DataContainer StructureEntryPanel.getDataContainer()
           
 DataContainer NavigationPanel.getDataContainer()
           
 

Methods in toxtree.ui.molecule with parameters of type DataContainer
 void TopPanel.setDataContainer(DataContainer data)
           
 void StructureEntryPanel.setDataContainer(DataContainer toxData)
           
 void NavigationPanel.setDataContainer(DataContainer dataContainer)
           
 

Constructors in toxtree.ui.molecule with parameters of type DataContainer
NavigationPanel(DataContainer datacontainer, boolean arg0, java.awt.Color bgColor, java.awt.Color fColor)
           
NavigationPanel(DataContainer datacontainer, java.awt.Color bgColor, java.awt.Color fColor)
           
NavigationPanel(DataContainer datacontainer, java.awt.LayoutManager arg0, boolean arg1, java.awt.Color bgColor, java.awt.Color fColor)
           
NavigationPanel(DataContainer datacontainer, java.awt.LayoutManager arg0, java.awt.Color bgColor, java.awt.Color fColor)
           
 

Uses of DataContainer in toxtree.ui.tree.molecule
 

Fields in toxtree.ui.tree.molecule declared as DataContainer
protected  DataContainer CompoundPanel.dataContainer
           
 

Constructors in toxtree.ui.tree.molecule with parameters of type DataContainer
CompoundPanel(DataContainer model, java.awt.Color bgColor, java.awt.Color fColor)
           
 



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