Package pamViewFX

Interface PamSidePaneFX

All Known Implementing Classes:
MHTSidePane

public interface PamSidePaneFX
PamSidePanels provide support for additional display units for each PamControlledUnit displayed in a vertical column to the left of the main tabbed display.

Side panels should be as small as possible so as not to take space away from the main tab panel.

Author:
Douglas Gillespie
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.Node
    Get the side pane node.
    void
    rename(String newName)
    Rename the side pane.
  • Method Details

    • rename

      void rename(String newName)
      Rename the side pane.
      Parameters:
      newName - - the new name
    • getNode

      javafx.scene.Node getNode()
      Get the side pane node. Note that side panes should be as small as possible
      Returns:
      the side pane node.