|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tool | |
---|---|
databionics.esom.gui.util | Some GUI components of the ESOM Analyzer. |
databionics.gui | Useful GUI classes like a panel displaying log4j messages and a dialog for running programs based on an XML description of the parameters. |
databionics.modules | Description of program parameters loadable from XML files. |
Uses of Tool in databionics.esom.gui.util |
---|
Fields in databionics.esom.gui.util declared as Tool | |
---|---|
protected Tool |
RunDialog.tool
Tool to run with this dialog |
Constructors in databionics.esom.gui.util with parameters of type Tool | |
---|---|
RunDialog(Tool tool,
Project project)
Constructor to initialize the dialog window |
Uses of Tool in databionics.gui |
---|
Fields in databionics.gui declared as Tool | |
---|---|
protected Tool |
RunDialog.tool
Tool to run with this dialog |
Constructors in databionics.gui with parameters of type Tool | |
---|---|
RunDialog(Tool tool,
Project project)
Constructor to initialize the dialog window |
Uses of Tool in databionics.modules |
---|
Subclasses of Tool in databionics.modules | |
---|---|
class |
Job
A job is the execution of a tool on a set of files. |
Methods in databionics.modules that return Tool | |
---|---|
Tool |
Modules.findToolByName(java.lang.String name)
Find a tool by its name |
static Tool |
Tool.valueOf(org.w3c.dom.Element el)
Create a Tool from an XML tag |
static Tool |
Job.valueOf(org.w3c.dom.Element el,
Modules modules)
load a job out of the xml-tag "el" |
Constructors in databionics.modules with parameters of type Tool | |
---|---|
Job(Tool tool)
Copy constructor to create a Job from a Tool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |