Package clickTrainDetector.layout.mht
Class CorrelationAdvMHTPane
java.lang.Object
PamController.SettingsPane<SimpleChi2VarParams>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<SimpleChi2VarParams>
clickTrainDetector.layout.mht.AdvMHTVarPane
clickTrainDetector.layout.mht.CorrelationAdvMHTPane
- All Implemented Interfaces:
 DynamicSettings
Advanced settings pane for correlation
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.scene.layout.PaneCreate the pane.getParams(SimpleChi2VarParams currParams) Get settings from the pane.voidnotifyChange(int flag, Object data) General function which allows panes to be notified of some change]voidsetParams(SimpleChi2VarParams currParams) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class clickTrainDetector.layout.mht.AdvMHTVarPane
getContentNode, getName, getResultConverter, paneInitializedMethods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
addSettingsListener, isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotifyMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
CorrelationAdvMHTPane
 
 - 
 - 
Method Details
- 
createAdvPane
protected javafx.scene.layout.Pane createAdvPane()Description copied from class:AdvMHTVarPaneCreate the pane.- Overrides:
 createAdvPanein classAdvMHTVarPane- Returns:
 - the settings pane
 
 - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Overrides:
 getParamsin classAdvMHTVarPane- Returns:
 - settings class
 
 - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Overrides:
 setParamsin classAdvMHTVarPane- Parameters:
 currParams- - current settings class.
 - 
notifyChange
Description copied from class:SettingsPaneGeneral function which allows panes to be notified of some change]- Overrides:
 notifyChangein classSettingsPane<SimpleChi2VarParams>
 
 -