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
 
- 
Method Details
- 
rename
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.
 
 
 -