| |
|
| java.lang.Object java.lang.Thread org.webdocwf.util.loader.wizard.OctopusGeneratorThread
OctopusGeneratorThread | public class OctopusGeneratorThread extends Thread (Code) | | ExecThread class execute thread which control LoaderGenerator application
author: Radoslav Dutina version: 1.0 |
Inner Class :class GeneratorThread extends Thread | |
OctopusGeneratorThread | public OctopusGeneratorThread(OctopusGeneratorData initData, String errorMsg, JTextArea traceArea)(Code) | | Construct object ExecThread with associated parameters.
Parameters: traceArea - Parameters: initData - is object which contain input parameters of wizard application Parameters: errorMsg - is error message |
appendLine | public void appendLine(String s)(Code) | | This method append line in to trace area
Parameters: s - is value which to be set |
run | public void run()(Code) | | Run the thread
|
|
|
|