Package PamView

Interface PamSidePanel

All Known Implementing Classes:
AlarmSidePanel, AngleSidePanel, ArrayAccelSidePanel, ArraySidePanel, BeamformSidePanel, ClickSidePanel, CTSidePanelSwing, DBSidePanel, DepthSidePanel, DifarSidePanel, DLSidePanelSwing, EffortSidePanel, EventCounterSidePanel, FormsAlertSidePanel, LevelMeterSidePanel, NetworkReceiveSidePanel, NetworkSendSidePanel, PitchRollSidePanel, PlaybackSidePanel, PrintSidePanel, QASidePanel, QuickAnnotationSidePanel, RecorderSidePanel, RoccaSidePanel, RockBlockSidePanel, UserInputSidePanel, VRSidePanel, WhistleSidePanel

public interface PamSidePanel
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
     
    void
    rename(String newName)
     
  • Method Details

    • getPanel

      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(String newName)