Package clickTrainDetector.layout.mht
Class CorrelationAdvMHTPane
java.lang.Object
PamController.SettingsPane<T>
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
-
Method Summary
Modifier and TypeMethodDescriptiongetParams
(SimpleChi2VarParams currParams) Get settings from the pane.void
notifyChange
(int flag, Object data) General function which allows panes to be notified of some change]void
setParams
(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, paneInitialized
Methods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
addSettingsListener, isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotify
Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, repackContents, setDefaults, setOwnerWindow
-
Constructor Details
-
CorrelationAdvMHTPane
-
-
Method Details
-
getParams
Description copied from class:SettingsPane
Get settings from the pane.- Overrides:
getParams
in classAdvMHTVarPane
- Returns:
- settings class
-
setParams
Description copied from class:SettingsPane
Called whenever the pane is first shown/open to set pane to show current settings.- Overrides:
setParams
in classAdvMHTVarPane
- Parameters:
currParams
- - current settings class.
-
notifyChange
Description copied from class:SettingsPane
General function which allows panes to be notified of some change]- Overrides:
notifyChange
in classSettingsPane<SimpleChi2VarParams>
-