|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.isti.jevalresp.Run
com.isti.jplotresp.CmdLnPlotter
public class CmdLnPlotter
Class CmdLnPlotter is an extension to JEvalResp that accepts command-line arguments and plots the results.
Nested Class Summary | |
---|---|
protected class |
CmdLnPlotter.SetupLookAndFeel
Class SetupLookAndFeel has a constructor that sets up the "look & feel" for the applet. |
Field Summary | |
---|---|
protected CfgPropItem |
inAmpPhaseFlagProp
Flag set true to read input from AMP/PHASE files. |
protected javax.swing.JPanel |
mainPanel
|
protected javax.swing.JTabbedPane |
tabbedPaneObj
|
protected javax.swing.JTextArea |
textAreaObj
|
Constructor Summary | |
---|---|
CmdLnPlotter()
|
Method Summary | |
---|---|
javax.swing.JPanel |
createProgramPanels()
Creates the panels for the GUI. |
void |
generateProgramOutput(java.lang.String[] args)
Generates the program output. |
static void |
main(java.lang.String[] args)
Program entry point; creates a 'CmdLnPlotter' and shows its main panel in a frame. |
boolean |
processAndOutput(java.lang.String[] args)
Processes parameters, performs requested operations and generates the output. |
Methods inherited from class com.isti.jevalresp.Run |
---|
addTimeToCalendar, checkWebServicesServer, clearErrorMessage, enterStartStopStageNums, generateNetResponses, generateResponses, generateWebResponses, getConsoleOut, getErrorFlag, getErrorMessage, getExitStatusValue, listToStringArray, optionsArrToString, preprocessParameters, processNonSwitchParams, processSwitchParams, setErr, setErrorMessage, unitInfoStr |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final javax.swing.JPanel mainPanel
protected final javax.swing.JTabbedPane tabbedPaneObj
protected final javax.swing.JTextArea textAreaObj
protected final CfgPropItem inAmpPhaseFlagProp
Constructor Detail |
---|
public CmdLnPlotter()
Method Detail |
---|
public javax.swing.JPanel createProgramPanels()
public void generateProgramOutput(java.lang.String[] args)
args
- program argspublic boolean processAndOutput(java.lang.String[] args)
processAndOutput
in class Run
args
- an array of command-line parameters.
public static void main(java.lang.String[] args)
args
- program arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |