Package Array
Class HydrophoneDialogPanel
java.lang.Object
Array.HydrophoneDialogPanel
- All Implemented Interfaces:
ActionListener
,EventListener
,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 Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
int[]
getPanel()
boolean
void
setHydrophoneMap
(int[] hydrophoneMap) void
void
-
Method Details
-
getPanel
-
setParams
-
getParams
public boolean getParams() -
getDialogSelectedArray
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
deleteElement
public void deleteElement() -
editElement
public void editElement() -
addElement
public void addElement() -
getHydrophoneMap
public int[] getHydrophoneMap() -
setHydrophoneMap
public void setHydrophoneMap(int[] hydrophoneMap) -
valueChanged
- Specified by:
valueChanged
in interfaceListSelectionListener
-