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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidFlip the pane to show the advanced settings pane.voidFlip the pane to show the primary pane.javafx.scene.NodeGet node for GUI change of settings.abstract javafx.scene.layout.PaneGet the content node for the flip pane.voidsetAdvPaneContents(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:SettingsPaneGet node for GUI change of settings.- Specified by:
 getContentNodein 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
 
 -