Package difar.dialogs

Class SonobuoyDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SonobuoyDialog extends StreamerDialog
See Also:
  • Constructor Details Link icon

    • SonobuoyDialog Link icon

      public SonobuoyDialog(Window parentFrame)
  • Method Details Link icon

    • showDialog Link icon

      public static StreamerDataUnit showDialog(Window window, PamArray currentArray, StreamerDataUnit streamer, DifarControl difarControl)
      Dialog used when deploying a new sonobuoy
      Parameters:
      window -
      currentArray -
      streamer -
      difarControl -
      Returns:
    • setParams Link icon

      public void setParams()
      Overrides:
      setParams in class StreamerDialog
    • getParams Link icon

      public boolean getParams()
      Description copied from class: PamDialog
      called when the Ok button is pressed. This must return true in order that the dialog may close. It should also copy all parameters into an object that will be returned by showDialog.
      Overrides:
      getParams in class StreamerDialog
    • cancelButtonPressed Link icon

      public void cancelButtonPressed()
      Description copied from class: PamDialog
      called when the cancel button is pressed before the dialog closes. Generally you should set the parameters returned by the dialog to null or some default value, or in some other way indicate that Cancel was pressed.
      Overrides:
      cancelButtonPressed in class StreamerDialog