Class AnalysisCntrlEmpty

java.lang.Object
xal.extension.scan.analysis.AnalysisController
xal.extension.scan.analysis.AnalysisCntrlEmpty

public final class AnalysisCntrlEmpty extends AnalysisController
This class is an empty analysis class. It analyzes the scan data.
Version:
1.0
Author:
A. Shishlo
  • Constructor Details

    • AnalysisCntrlEmpty

      public AnalysisCntrlEmpty(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn)
      The constructor.
      Parameters:
      mainControllerIn - The MainAnalysisController reference
      analysisConf - The DataAdaptor instance with configuration data
      parentAnalysisPanelIn - The parent panel for analysis
      customControlPanelIn - The control panel for GUI elements specific for this analysis
      customGraphPanelIn - The graph panel for graphs specific for this analysis
      globalButtonsPanelIn - The global buttons panel
      scanVariableParameterIn - The ScanParameter reference
      scanVariableIn - The scan variable reference
      measuredValuesVIn - The vector with measured values references
      graphAnalysisIn - The graphAnalysis panel
      messageTextLocalIn - The message text field
      graphDataLocalIn - The external graph data for temporary graph
  • Method Details

    • showUp

      public void showUp()
      Does what necessary to open this analysis window. This method could be overridden, because it is empty here.
      Overrides:
      showUp in class AnalysisController