Package detectionPlotFX.plots
Class SpectrumSettingsPane
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodeGet node for GUI change of settings.getName()Get the name of the pane.getParams(SpectrumPlotParams clickSpectrumParams) Get settings from the pane.voidCalled whenever a control is set to allow for settings updates as they happenvoidCalled when settings pane is first initialised.voidsetParams(SpectrumPlotParams clickSpectrumParams) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow
-
Constructor Details
-
SpectrumSettingsPane
-
-
Method Details
-
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
setParamsin classSettingsPane<SpectrumPlotParams>- Parameters:
clickSpectrumParams- - current settings class.
-
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
getParamsin classSettingsPane<SpectrumPlotParams>- Returns:
- settings class
-
newSettings
public void newSettings()Called whenever a control is set to allow for settings updates as they happen -
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
getNamein classSettingsPane<SpectrumPlotParams>- Returns:
- name of the pane
-
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPaneGet node for GUI change of settings.- Specified by:
getContentNodein classSettingsPane<SpectrumPlotParams>
-
paneInitialized
public void paneInitialized()Description copied from class:SettingsPaneCalled when settings pane is first initialised. This can be used if for example, a the size of a pane is needed for a param. (Sizes are only initialised when Nodes are shown);- Specified by:
paneInitializedin classSettingsPane<SpectrumPlotParams>
-