Package pamViewFX.symbol
Class StandardSymbolOptionPaneFX
java.lang.Object
PamController.SettingsPane<StandardSymbolOptions>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<StandardSymbolOptions>
pamViewFX.symbol.FXSymbolOptionsPane<StandardSymbolOptions>
pamViewFX.symbol.StandardSymbolOptionPaneFX
- All Implemented Interfaces:
 DynamicSettings
@Deprecated
public class StandardSymbolOptionPaneFX
extends FXSymbolOptionsPane<StandardSymbolOptions>
Deprecated.
Symbol chooser pane which gives user a set of potential user options. This was based on the original 
 symbol chooser which gave users a set of symbol choices. StandardSymbolOptionPane2 is absed on the new
 symbol chooser which provides a list of symbol modifiers.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
ConstructorsConstructorDescriptionStandardSymbolOptionPaneFX(StandardSymbolManager standardSymbolManager, StandardSymbolChooser standardSymbolChooser) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionvoiddisableSymbolChooserBox(boolean disable) Deprecated.Disable the symbol chooser boxvoiddisableSymbolColourBox(boolean disable) Deprecated.Disable the fill and line colour boxes (not the symbol chooser) in the symbol box pane.javafx.scene.NodeDeprecated.Get node for GUI change of settings.javafx.scene.control.ColorPickerDeprecated.Get the colour picker for the symbol fillDeprecated.getName()Deprecated.Get the name of the pane.Deprecated.Get settings from the pane.javafx.scene.layout.PaneDeprecated.Deprecated.Pane which holds a list of the options, including the selection check boxes.voidDeprecated.Called when settings pane is first initialised.voidsetParams(StandardSymbolOptions input) Deprecated.Called whenever the pane is first shown/open to set pane to show current settings.voidsetSymbolBox(javafx.scene.layout.Pane symbolBox) Deprecated.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
- 
StandardSymbolOptionPaneFX
public StandardSymbolOptionPaneFX(StandardSymbolManager standardSymbolManager, StandardSymbolChooser standardSymbolChooser) Deprecated. 
 - 
 - 
Method Details
- 
getVBoxHolder
Deprecated.Pane which holds a list of the options, including the selection check boxes. Handy for adding extra controls.- Returns:
 - vBox which holds the main symbol option controls.
 
 - 
getName
Deprecated.Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<StandardSymbolOptions>- Returns:
 - name of the pane
 
 - 
getContentNode
public javafx.scene.Node getContentNode()Deprecated.Description copied from class:SettingsPaneGet node for GUI change of settings.- Specified by:
 getContentNodein classSettingsPane<StandardSymbolOptions>
 - 
paneInitialized
public void paneInitialized()Deprecated.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>
 - 
setParams
Deprecated.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.
 - 
getParams
Deprecated.Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<StandardSymbolOptions>- Returns:
 - settings class
 
 - 
getLinBox
Deprecated.- Returns:
 - the linBox
 
 - 
getSymbolBox
public javafx.scene.layout.Pane getSymbolBox()Deprecated.- Returns:
 - the symbolBox
 
 - 
disableSymbolColourBox
public void disableSymbolColourBox(boolean disable) Deprecated.Disable the fill and line colour boxes (not the symbol chooser) in the symbol box pane.- Parameters:
 dsiable- - true to disable, false to enable.
 - 
disableSymbolChooserBox
public void disableSymbolChooserBox(boolean disable) Deprecated.Disable the symbol chooser box- Parameters:
 dsiable- - true to disable, false to enable.
 - 
setSymbolBox
public void setSymbolBox(javafx.scene.layout.Pane symbolBox) Deprecated.- Parameters:
 symbolBox- the symbolBox to set
 - 
getFillColorPicker
public javafx.scene.control.ColorPicker getFillColorPicker()Deprecated.Get the colour picker for the symbol fill- Returns:
 - the colour picker ofr the symbol fill.
 
 
 -