Package PamController
Class FlipSettingsPane<T>
java.lang.Object
PamController.SettingsPane<T>
PamController.FlipSettingsPane<T>
- Type Parameters:
T
-
A pane which can flip to show another pane (referred to as the advanced settings pane).
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Flip the pane to show the advanced settings pane.void
Flip the pane to show the primary pane.javafx.scene.Node
Get node for GUI change of settings.abstract javafx.scene.layout.Pane
Get the content node for the flip pane.void
setAdvPaneContents
(javafx.scene.Node contentNode) Set the contents of the advanced pane.Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getName, getOwnerWindow, getParams, notifyChange, paneInitialized, repackContents, setDefaults, setOwnerWindow, setParams
-
Constructor Details
-
FlipSettingsPane
-
-
Method Details
-
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPane
Get node for GUI change of settings.- Specified by:
getContentNode
in classSettingsPane<T>
-
flipToBack
public void flipToBack()Flip the pane to show the advanced settings pane. -
flipToFront
public void flipToFront()Flip the pane to show the primary pane. -
setAdvPaneContents
public void setAdvPaneContents(javafx.scene.Node contentNode) Set the contents of the advanced pane.- Parameters:
contentNode
- - the content to set.
-
getFrontContentNode
public abstract javafx.scene.layout.Pane getFrontContentNode()Get the content node for the flip pane.- Returns:
-
getAdvPane
-