Package difar.dialogs

Class SonobuoyDialog

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

public class SonobuoyDialog extends StreamerDialog
See Also:
  • Constructor Details

    • SonobuoyDialog

      public SonobuoyDialog(Window parentFrame)
  • Method Details

    • showDialog

      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

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

      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

      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