|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBatchProcessing | |
---|---|
toxTree.io.batch | Batch processing facility. |
toxtree.ui.batch | User interface for toxTree.io.batch |
Uses of IBatchProcessing in toxTree.io.batch |
---|
Classes in toxTree.io.batch that implement IBatchProcessing | |
---|---|
class |
BatchProcessing
Accessing & serializing Array: Throwing exception in jre6 while it works in jre5 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6554519 An abstract class to support Batch processing with several fail safe options |
class |
ChemObjectBatchProcessing
Implements batch processing of chemical files |
class |
ToxTreeBatchProcessing
A ChemObjectBatchProcessing descendant , where processing is performed by IDecisionMethod |
Fields in toxTree.io.batch declared as IBatchProcessing | |
---|---|
protected IBatchProcessing |
BatchProcessingException.batch
|
Methods in toxTree.io.batch that return IBatchProcessing | |
---|---|
static IBatchProcessing |
BatchFactory.createFromConfig(java.io.File configFile)
|
Constructors in toxTree.io.batch with parameters of type IBatchProcessing | |
---|---|
BatchProcessingException(java.lang.String message,
IBatchProcessing batch)
|
|
BatchProcessingException(java.lang.String message,
java.lang.Throwable cause,
IBatchProcessing batch)
|
|
BatchProcessingException(java.lang.Throwable cause,
IBatchProcessing batch)
|
Uses of IBatchProcessing in toxtree.ui.batch |
---|
Methods in toxtree.ui.batch that return IBatchProcessing | |
---|---|
IBatchProcessing |
BatchProcessingDialog.getBatch()
|
Methods in toxtree.ui.batch with parameters of type IBatchProcessing | |
---|---|
void |
BatchProcessingDialog.setBatch(IBatchProcessing batch)
|
Constructors in toxtree.ui.batch with parameters of type IBatchProcessing | |
---|---|
BatchProcessingDialog(IBatchProcessing batch)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Dialog owner)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Dialog owner,
boolean modal)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Dialog owner,
java.lang.String title)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Dialog owner,
java.lang.String title,
boolean modal)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Dialog owner,
java.lang.String title,
boolean modal,
java.awt.GraphicsConfiguration gc)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Frame owner)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Frame owner,
boolean modal)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Frame owner,
java.lang.String title)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Frame owner,
java.lang.String title,
boolean modal)
|
|
BatchProcessingDialog(IBatchProcessing batch,
java.awt.Frame owner,
java.lang.String title,
boolean modal,
java.awt.GraphicsConfiguration gc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |