Class IshLocParamsDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
IshLocHyperbParamsDialog

public abstract class IshLocParamsDialog extends PamDialog implements ActionListener
See Also:
  • Field Details Link icon

  • Method Details Link icon

    • showDialog3 Link icon

      public static IshLocParams showDialog3(Frame parentFrame, IshLocParams oldParams, IshLocParamsDialog singleInstance)
    • actionPerformed Link icon

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • getParams Link icon

      public boolean getParams()
      Read the values from the dialog box, parse and place into this dialog box's ishLocParams. The subclasses, before or after calling super.getParams(), do likewise for their detector-specific values.
      Specified by:
      getParams in class PamDialog
      Returns:
      boolean -- true if parameters are valid, false if not
    • 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.
      Specified by:
      cancelButtonPressed in class PamDialog
    • restoreDefaultSettings Link icon

      public void restoreDefaultSettings()
      Description copied from class: PamDialog
      standard function which should us used to copy default parameters into the dialog controls.
      Specified by:
      restoreDefaultSettings in class PamDialog