Package clickTrainDetector.layout.mht
Class IDIChi2Pane
java.lang.Object
PamController.SettingsPane<SimpleChi2VarParams>
clickTrainDetector.layout.mht.MHTVarSettingsPane<SimpleChi2VarParams>
clickTrainDetector.layout.mht.SimpleMHTVarPane
clickTrainDetector.layout.mht.IDIChi2Pane
The IDI Chi2 Pane.
- Author:
 - Jamie Macaulay
 
- 
Field Summary
Fields inherited from class clickTrainDetector.layout.mht.SimpleMHTVarPane
advPane, currentInput, simpleChi2VarParams, slider - 
Constructor Summary
ConstructorsConstructorDescriptionIDIChi2Pane(SimpleChi2VarParams simpleChi2Var, ResultConverter resultConverter)  - 
Method Summary
Modifier and TypeMethodDescriptioncreateAdvMHTVarPane(SimpleChi2VarParams simpleChi2VarParams, ResultConverter resultConverter) Create the advanced settings pane.Methods inherited from class clickTrainDetector.layout.mht.SimpleMHTVarPane
error2Slider, getContentNode, getName, getParams, notifyChange, paneInitialized, setParams, showAdvPane, slider2ErrorMethods inherited from class clickTrainDetector.layout.mht.MHTVarSettingsPane
getMhtAlgorithm, setMhtAlgorithmMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
IDIChi2Pane
 
 - 
 - 
Method Details
- 
createAdvMHTVarPane
public AdvMHTVarPane createAdvMHTVarPane(SimpleChi2VarParams simpleChi2VarParams, ResultConverter resultConverter) Create the advanced settings pane.- Overrides:
 createAdvMHTVarPanein classSimpleMHTVarPane- Returns:
 - the advanced settings pane.
 
 
 -