Package Array.layoutFX
Class HydrophoneSettingsPane
- All Implemented Interfaces:
 DynamicSettings
The settings pane for a single hydrophones.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddTextValidator(javafx.scene.control.TextField userTextField, String description, net.synedra.validatorfx.Validator validator) Creates a text filed and adds a validator to check that the input is OK.javafx.scene.NodeGet node for GUI change of settings.getName()Get the name of the pane.getParams(Hydrophone hydrophone) Get settings from the pane.voidCalled when settings pane is first initialised.voidsetCurrentArray(PamArray currentArray) Set the current array associated with the hydrophone.voidsetParams(Hydrophone hydrophone) Called whenever the pane is first shown/open to set pane to show current settings.voidMethods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
addSettingsListener, isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotifyMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
HydrophoneSettingsPane
public HydrophoneSettingsPane() 
 - 
 - 
Method Details
- 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<Hydrophone>- 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<Hydrophone>
 - 
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<Hydrophone>
 - 
addTextValidator
protected static void addTextValidator(javafx.scene.control.TextField userTextField, String description, net.synedra.validatorfx.Validator validator) Creates a text filed and adds a validator to check that the input is OK. - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
 setParamsin classSettingsPane<Hydrophone>- Parameters:
 hydrophone- - current settings class.
 - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<Hydrophone>- Returns:
 - settings class
 
 - 
setCurrentArray
Set the current array associated with the hydrophone.- Parameters:
 currentArray- - the current array.
 - 
setRecieverLabels
public void setRecieverLabels() 
 -