gov.sns.tools.scan.SecondEdition.analysis
Class AnalysisControllerFactory

java.lang.Object
  |
  +--gov.sns.tools.scan.SecondEdition.analysis.AnalysisControllerFactory

public class AnalysisControllerFactory
extends java.lang.Object

This is a factory to produce different type of analysis.


Method Summary
static AnalysisController getAC(MainAnalysisController mainController, XmlDataAdaptor analysisConf, javax.swing.JPanel parentAnalysisPanel, javax.swing.JPanel customControlPanel, javax.swing.JPanel customGraphPanel, javax.swing.JPanel globalButtonsPanel, ScanVariable scanVariableParameter, ScanVariable scanVariable, java.util.Vector measuredValuesV, FunctionGraphsJPanel graphAnalysis, javax.swing.JTextField messageTextLocal, BasicGraphData graphDataLocal)
          Returns the specific analysis controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAC

public static AnalysisController getAC(MainAnalysisController mainController,
                                       XmlDataAdaptor analysisConf,
                                       javax.swing.JPanel parentAnalysisPanel,
                                       javax.swing.JPanel customControlPanel,
                                       javax.swing.JPanel customGraphPanel,
                                       javax.swing.JPanel globalButtonsPanel,
                                       ScanVariable scanVariableParameter,
                                       ScanVariable scanVariable,
                                       java.util.Vector measuredValuesV,
                                       FunctionGraphsJPanel graphAnalysis,
                                       javax.swing.JTextField messageTextLocal,
                                       BasicGraphData graphDataLocal)
Returns the specific analysis controller.