public class AnalysisControllerFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static AnalysisController |
getAC(MainAnalysisController mainController,
DataAdaptor analysisConf,
javax.swing.JPanel parentAnalysisPanel,
javax.swing.JPanel customControlPanel,
javax.swing.JPanel customGraphPanel,
javax.swing.JPanel globalButtonsPanel,
ScanVariable scanVariableParameter,
ScanVariable scanVariable,
java.util.Vector<MeasuredValue> measuredValuesV,
FunctionGraphsJPanel graphAnalysis,
javax.swing.JTextField messageTextLocal,
BasicGraphData graphDataLocal)
Returns the specific analysis controller.
|
public static AnalysisController getAC(MainAnalysisController mainController, DataAdaptor analysisConf, javax.swing.JPanel parentAnalysisPanel, javax.swing.JPanel customControlPanel, javax.swing.JPanel customGraphPanel, javax.swing.JPanel globalButtonsPanel, ScanVariable scanVariableParameter, ScanVariable scanVariable, java.util.Vector<MeasuredValue> measuredValuesV, FunctionGraphsJPanel graphAnalysis, javax.swing.JTextField messageTextLocal, BasicGraphData graphDataLocal)
mainController - Description of the ParameteranalysisConf - Description of the ParameterparentAnalysisPanel - Description of the ParametercustomControlPanel - Description of the ParametercustomGraphPanel - Description of the ParameterglobalButtonsPanel - Description of the ParameterscanVariableParameter - Description of the ParameterscanVariable - Description of the ParametermeasuredValuesV - Description of the ParametergraphAnalysis - Description of the ParametermessageTextLocal - Description of the ParametergraphDataLocal - Description of the Parameter