Package dataMap.layoutFX
Class DataMapSettingsPane
java.lang.Object
PamController.SettingsPane<DataMapParametersFX>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<DataMapParametersFX>
dataMap.layoutFX.DataMapSettingsPane
- All Implemented Interfaces:
 DynamicSettings
Settings pane which allows users to change settings for data maps.
- Author:
 - Jamie Macaulay
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassAllows the user to change datagram colours. - 
Constructor Summary
ConstructorsConstructorDescriptionDataMapSettingsPane(DataMapControl dataMapControl, DataMapPaneFX dataMapPane)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a settings pane for the datagram if a binary store is present.javafx.scene.NodeGet node for GUI change of settings.getName()Get the name of the pane.getParams(DataMapParametersFX dataMapParameters) Get settings from the pane.voidCalled when settings pane is first initialised.voidsetParams(DataMapParametersFX dataMapParameters) Called whenever the pane is first shown/open to set pane to show current settings.Methods 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
- 
DataMapSettingsPane
 
 - 
 - 
Method Details
- 
checkDataGramPane
public void checkDataGramPane()Adds a settings pane for the datagram if a binary store is present. - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
 setParamsin classSettingsPane<DataMapParametersFX>- Parameters:
 dataMapParameters- - current settings class.
 - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<DataMapParametersFX>- Returns:
 - settings class
 
 - 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<DataMapParametersFX>- 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<DataMapParametersFX>
 - 
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<DataMapParametersFX>
 
 -