public final class AnalysisCntrlEmpty extends AnalysisController
customControlPanel, customGraphPanel, dataReaderPanel, globalButtonsPanel, graphAnalysis, graphDataLocal, mainController, measuredValuesV, messageTextLocal, name, parentAnalysisPanel, scanPV_RB_ShowState, scanPV_ShowState, scanVariable, scanVariableParameter, typeName| Constructor and Description |
|---|
AnalysisCntrlEmpty(MainAnalysisController mainController_In,
DataAdaptor analysisConf,
javax.swing.JPanel parentAnalysisPanel_In,
javax.swing.JPanel customControlPanel_In,
javax.swing.JPanel customGraphPanel_In,
javax.swing.JPanel globalButtonsPanel_In,
ScanVariable scanVariableParameter_In,
ScanVariable scanVariable_In,
java.util.Vector<MeasuredValue> measuredValuesV_In,
FunctionGraphsJPanel graphAnalysis_In,
javax.swing.JTextField messageTextLocal_In,
BasicGraphData graphDataLocal_In)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpAnalysisConfig(DataAdaptor analysisConfig)
Sets the configurations of the analysis.
|
void |
setFontsForAll(java.awt.Font fnt)
Sets fonts for all GUI elements.
|
void |
ShowUp()
Does what necessary to open this analysis window.
|
void |
ShutUp()
Does what necessary to close this analysis window.
|
void |
updateDataSetOnGraphPanel()
Updates data on the analysis graph panel.
|
getName, getTypeName, setMessageTextField, setName, setScanPVandScanPV_RB_State, setTypeNamepublic AnalysisCntrlEmpty(MainAnalysisController mainController_In, DataAdaptor analysisConf, javax.swing.JPanel parentAnalysisPanel_In, javax.swing.JPanel customControlPanel_In, javax.swing.JPanel customGraphPanel_In, javax.swing.JPanel globalButtonsPanel_In, ScanVariable scanVariableParameter_In, ScanVariable scanVariable_In, java.util.Vector<MeasuredValue> measuredValuesV_In, FunctionGraphsJPanel graphAnalysis_In, javax.swing.JTextField messageTextLocal_In, BasicGraphData graphDataLocal_In)
mainController_In - The MainAnalysisController referenceanalysisConf - The DataAdaptor instance with
configuration dataparentAnalysisPanel_In - The parent panel for analysiscustomControlPanel_In - The control panel for GUI elements
specific for this analysiscustomGraphPanel_In - The graph panel for graphs specific for
this analysisglobalButtonsPanel_In - The global buttons panelscanVariableParameter_In - The ScanParameter referencescanVariable_In - The scan variable referencemeasuredValuesV_In - The vector with measured values
referencesgraphAnalysis_In - The graphAnalysis panelmessageTextLocal_In - The message text fieldgraphDataLocal_In - The external graph data for temporary
graphpublic void dumpAnalysisConfig(DataAdaptor analysisConfig)
dumpAnalysisConfig in class AnalysisControlleranalysisConfig - The DataAdaptor instance with configuration
datapublic void setFontsForAll(java.awt.Font fnt)
setFontsForAll in class AnalysisControllerfnt - The new fontpublic void ShutUp()
ShutUp in class AnalysisControllerpublic void ShowUp()
ShowUp in class AnalysisControllerpublic void updateDataSetOnGraphPanel()
updateDataSetOnGraphPanel in class AnalysisController