Package pamViewFX.symbol
Class StandardSymbolOptionPaneFX
java.lang.Object
PamController.SettingsPane<T>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<T>
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
ConstructorDescriptionStandardSymbolOptionPaneFX
(StandardSymbolManager standardSymbolManager, StandardSymbolChooser standardSymbolChooser) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
disableSymbolChooserBox
(boolean disable) Deprecated.Disable the symbol chooser boxvoid
disableSymbolColourBox
(boolean disable) Deprecated.Disable the fill and line colour boxes (not the symbol chooser) in the symbol box pane.javafx.scene.Node
Deprecated.Get node for GUI change of settings.javafx.scene.control.ColorPicker
Deprecated.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.Pane
Deprecated.Deprecated.Pane which holds a list of the options, including the selection check boxes.void
Deprecated.Called when settings pane is first initialised.void
setParams
(StandardSymbolOptions input) Deprecated.Called whenever the pane is first shown/open to set pane to show current settings.void
setSymbolBox
(javafx.scene.layout.Pane symbolBox) Deprecated.Methods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
addSettingsListener, isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotify
Methods 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:SettingsPane
Get the name of the pane.- Specified by:
getName
in classSettingsPane<StandardSymbolOptions>
- Returns:
- name of the pane
-
getContentNode
public javafx.scene.Node getContentNode()Deprecated.Description copied from class:SettingsPane
Get node for GUI change of settings.- Specified by:
getContentNode
in classSettingsPane<StandardSymbolOptions>
-
paneInitialized
public void paneInitialized()Deprecated.Description copied from class:SettingsPane
Called 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:
paneInitialized
in classSettingsPane<StandardSymbolOptions>
-
setParams
Deprecated.Description copied from class:SettingsPane
Called whenever the pane is first shown/open to set pane to show current settings.- Specified by:
setParams
in classSettingsPane<StandardSymbolOptions>
- Parameters:
input
- - current settings class.
-
getParams
Deprecated.Description copied from class:SettingsPane
Get settings from the pane.- Specified by:
getParams
in 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.
-