Package beamformer.localiser.dialog
Class BFLocSourcePane
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionBFLocSourcePane(Object window, BeamFormLocaliserControl bfLocControl, BFLocSettingsPane2 bfLocSettingsPane)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAdditionalFFTSource(PamDataBlock oldValue, PamDataBlock newValue) If the new Det source has RAW or FFT data it can be added as a source for the beam data.protected voidenableFFTSourceControl(PamDataBlock newValue) javafx.scene.NodeGet node for GUI change of settings.getName()Get the name of the pane.getParams(BFLocaliserParams params) Get settings from the pane.voidCalled when settings pane is first initialised.protected voidprotected voidvoidsetParams(BFLocaliserParams params) 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 
- 
Field Details
- 
mainPane
 
 - 
 - 
Constructor Details
- 
BFLocSourcePane
public BFLocSourcePane(Object window, BeamFormLocaliserControl bfLocControl, BFLocSettingsPane2 bfLocSettingsPane)  
 - 
 - 
Method Details
- 
enableFFTSourceControl
 - 
addAdditionalFFTSource
If the new Det source has RAW or FFT data it can be added as a source for the beam data.- Parameters:
 oldValue-newValue-
 - 
setFrequencyResolution
protected void setFrequencyResolution() - 
setDefaultHop
protected void setDefaultHop() - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<BFLocaliserParams>- Returns:
 - settings class
 
 - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
 setParamsin classSettingsPane<BFLocaliserParams>- Parameters:
 params- - current settings class.
 - 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<BFLocaliserParams>- 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<BFLocaliserParams>
 - 
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<BFLocaliserParams>
 - 
getBeamDataSourcePane
- Returns:
 - the beamDataSourcePane
 
 
 -