PamView
Interface PamSidePanel

All Known Implementing Classes:
AngleSidePanel, BeakedSidePanel, ClickSidePanel, DBSidePanel, DepthSidePanel, EventCounterSidePanel, RecorderSidePanel, RoccaSidePanel, UserInputSidePanel, VRSidePanel, WhistleSidePanel

public interface PamSidePanel

PamSidePanels provide suport for additional display units for each PamControlledUnit displyed in a vertial 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
 javax.swing.JComponent getPanel()
           
 void rename(java.lang.String newName)
           
 

Method Detail

getPanel

javax.swing.JComponent getPanel()
Returns:
Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.

rename

void rename(java.lang.String newName)