Package noiseMonitor

Class NoiseTabPanel

java.lang.Object
noiseMonitor.NoiseTabPanel
All Implemented Interfaces:
PamTabPanel

public class NoiseTabPanel extends Object implements PamTabPanel
  • Field Details

  • Constructor Details

  • Method Details

    • createMenu

      public JMenu createMenu(Frame parentFrame)
      Specified by:
      createMenu in interface PamTabPanel
      Returns:
      a JMeny for the panel
    • getPanel

      public JComponent getPanel()
      Specified by:
      getPanel in interface PamTabPanel
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
    • getToolBar

      public JToolBar getToolBar()
      Specified by:
      getToolBar in interface PamTabPanel
      Returns:
      a JToolbas associated with this tab. This will only be displayed when the current tab is activated
    • newSettings

      public void newSettings()
    • newData

      public void newData(NoiseDataUnit noiseData)
    • repaintPlots

      public void repaintPlots()
    • bandChanged

      public void bandChanged()
    • sayStartTime

      public void sayStartTime(long valueMillis)
    • sayMouseData

      public void sayMouseData(Integer x, Integer y)
    • showMenu

      public void showMenu(MouseEvent e)
    • displayOptions

      public void displayOptions(Frame parentFrame)