Package dataPlotsFX.layout
Interface TDSettingsPane
- All Known Implementing Classes:
BeamOGramControlPane
,ClickControlPane2
,CPODTDSettingsPane
,DLPredictionPane
,GenericSettingsPane
,GPLDetSettingsPaneFX
,IshmaelFnPane
,RawClipSettingsPane
,TDSpectrogramControlPane
,WhislteControlPane
public interface TDSettingsPane
A wrapper for the hiding panes which allow users to change display settings for each different data block
Associated with a TDGraphFX.
- Author:
- Jamie Macaulay
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
Get an icon for the settings pane when hiding.javafx.scene.layout.Pane
getPane()
Get the settings panejavafx.scene.Node
Icon to show on settings tab, along with name, when settings tab is showing.Get the name which shows on the setting tab when showing.
-
Method Details
-
getHidingIcon
javafx.scene.Node getHidingIcon()Get an icon for the settings pane when hiding.- Returns:
- an icon which shows when this settings pane is hidden
-
getShowingName
String getShowingName()Get the name which shows on the setting tab when showing.- Returns:
- name to show on tab when not hiding.
-
getShowingIcon
javafx.scene.Node getShowingIcon()Icon to show on settings tab, along with name, when settings tab is showing.- Returns:
- Icon to show on settings tab when showing. Can be null for no Icon.
-
getPane
javafx.scene.layout.Pane getPane()Get the settings pane- Returns:
- pane with controls to change display settings.
-