Package pamViewFX.symbol
Class StandardSymbolOptionsPane
java.lang.Object
PamController.SettingsPane<StandardSymbolOptions>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<StandardSymbolOptions>
pamViewFX.symbol.FXSymbolOptionsPane<StandardSymbolOptions>
pamViewFX.symbol.StandardSymbolOptionsPane
- All Implemented Interfaces:
 DynamicSettings
A symbol options pane which allows users to select a list of symbol modifiers.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
ConstructorsConstructorDescriptionStandardSymbolOptionsPane(StandardSymbolManager standardSymbolManager, StandardSymbolChooser standardSymbolChooser)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddSettingsListener(SettingsListener settingsListener) Add a settings listener to the pane.javafx.scene.NodeGet node for GUI change of settings.javafx.scene.layout.BorderPanegetName()Get the name of the pane.getParams(StandardSymbolOptions currParams) Get settings from the pane.javafx.scene.layout.VBoxVBox holder.voidnewSettings(int type) Called whenever settings are updated.voidCalled when settings pane is first initialised.voidsetParams(StandardSymbolOptions input) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotifyMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
StandardSymbolOptionsPane
public StandardSymbolOptionsPane(StandardSymbolManager standardSymbolManager, StandardSymbolChooser standardSymbolChooser)  
 - 
 - 
Method Details
- 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<StandardSymbolOptions>- 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<StandardSymbolOptions>- Parameters:
 input- - current settings class.
 - 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<StandardSymbolOptions>- Returns:
 - name of the pane
 
 - 
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<StandardSymbolOptions>
 - 
newSettings
public void newSettings(int type) Called whenever settings are updated.- Parameters:
 type- - the settings update type.
 - 
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPaneGet node for GUI change of settings.- Specified by:
 getContentNodein classSettingsPane<StandardSymbolOptions>
 - 
addSettingsListener
Description copied from class:DynamicSettingsPaneAdd a settings listener to the pane. This will register any change in controls which changes settings.- Specified by:
 addSettingsListenerin interfaceDynamicSettings- Overrides:
 addSettingsListenerin classDynamicSettingsPane<StandardSymbolOptions>- Parameters:
 settingsListener- - the settings listener to add
 - 
getVBoxHolder
public javafx.scene.layout.VBox getVBoxHolder()VBox holder.- Returns:
 - the vBox holder.
 
 - 
getMainPane
public javafx.scene.layout.BorderPane getMainPane() - 
getDefaultSymbolPane
 
 -