Package PamController

Class FlipSettingsPane<T>

java.lang.Object
PamController.SettingsPane<T>
PamController.FlipSettingsPane<T>
Type Parameters:
T -

public abstract class FlipSettingsPane<T> extends SettingsPane<T>
A pane which can flip to show another pane (referred to as the advanced settings pane).
Author:
Jamie Macaulay
  • Constructor Details

    • FlipSettingsPane

      public FlipSettingsPane(Object ownerWindow)
  • Method Details

    • getContentNode

      public javafx.scene.Node getContentNode()
      Description copied from class: SettingsPane
      Get node for GUI change of settings.
      Specified by:
      getContentNode in class SettingsPane<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

      public PamBorderPane getAdvPane()