org.autoplot.RunBatchTool

Tool for running batches, generating inputs for jython scripts.

RunBatchTool( org.autoplot.dom.Application dom )

Creates new form BatchMaster


HTML_LINE_LIMIT


doIt

doIt( ) → void

run the batch process.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]

doIt( int multiThread ) → void

doItMultiThreadOneArgument

doItMultiThreadOneArgument( int threadCount ) → void

experiment to try multi-threaded approach to running 16 processes at once.

Parameters

threadCount - number of concurrent threads.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getMenuBar

getMenuBar( ) → JMenuBar

get the menu bar, which is typically added to the JDialog which will contain this component.

Returns:

the menu bar.

[search for examples] [view on GitHub] [view on old javadoc] [view source]


main

main( java.lang.String[] args ) → void

Parameters

args - a java.lang.String[]

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]