Package noiseMonitor

Class NoiseTabPanel

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

public class NoiseTabPanel extends Object implements PamTabPanel
  • Field Details Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • createMenu Link icon

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

      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 Link icon

      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 Link icon

      public void newSettings()
    • newData Link icon

      public void newData(NoiseDataUnit noiseData)
    • repaintPlots Link icon

      public void repaintPlots()
    • bandChanged Link icon

      public void bandChanged()
    • sayStartTime Link icon

      public void sayStartTime(long valueMillis)
    • sayMouseData Link icon

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

      public void showMenu(MouseEvent e)
    • displayOptions Link icon

      public void displayOptions(Frame parentFrame)