org - autoplot/documentation GitHub Wiki

org.autoplot.BatchMasterTool for running batches, generating inputs for jython scripts.

BatchMaster( org.autoplot.dom.Application dom ) Creates new form BatchMaster


doIt

doIt( ) → void

run the batch process. The

Returns:

void (returns nothing)

[search for examples]


getMenuBar

getMenuBar( ) → javax.swing.JMenuBar

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

Returns:

the menu bar.

[search for examples]


main

main( String args ) → void

Parameters:

args - a java.lang.String[]

Returns:

void (returns nothing)

[search for examples]