Package Array

Class HydrophoneDialogPanel

java.lang.Object
Array.HydrophoneDialogPanel
All Implemented Interfaces:
ActionListener, EventListener, ListSelectionListener

public class HydrophoneDialogPanel extends Object implements ActionListener, ListSelectionListener
Panel for the ArrayDialog to show a selection of hydrophone arrays and listed details of the currently selected array
Author:
Doug Gillespie
See Also:
  • Method Details

    • getPanel

      public JPanel getPanel()
    • setParams

      public void setParams(PamArray selArray)
    • getParams

      public boolean getParams()
    • getDialogSelectedArray

      public PamArray getDialogSelectedArray()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • deleteElement

      public void deleteElement()
    • editElement

      public void editElement()
    • addElement

      public void addElement()
    • getHydrophoneMap

      public int[] getHydrophoneMap()
    • setHydrophoneMap

      public void setHydrophoneMap(int[] hydrophoneMap)
    • valueChanged

      public void valueChanged(ListSelectionEvent e)
      Specified by:
      valueChanged in interface ListSelectionListener