Package clickDetector

Class IDI_DisplayDialog

All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class IDI_DisplayDialog extends PamDialog implements ItemListener, ActionListener
See Also:
  • Method Details

    • showDialog

      public static IDI_DisplayParams showDialog(Window frame, Point pt, IDI_DisplayParams idiParams)
    • getParams

      public boolean getParams()
      Set the IDI_DisplayParams parameters, based on what the user has entered into the GUI
      Specified by:
      getParams in class PamDialog
      Returns:
    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Selects/Deselects the checkbox to save the output to file
      Specified by:
      itemStateChanged in interface ItemListener
      Parameters:
      e -
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Starts the open file dialog
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e -
    • 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.
      Specified by:
      cancelButtonPressed in class PamDialog
    • restoreDefaultSettings

      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