Class DetectionsExportWizard

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

public class DetectionsExportWizard extends PamWizard
See Also:
  • Method Details Link icon

    • showDialog Link icon

      public static void showDialog(Window parentFrame, TethysControl tethysControl, PamDataBlock dataBlock)
    • setCardParams Link icon

      public void setCardParams(PamWizardCard wizardCard)
      Specified by:
      setCardParams in class PamWizard
    • getCardParams Link icon

      public boolean getCardParams(PamWizardCard wizardCard)
      Specified by:
      getCardParams in class PamWizard
    • 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.
      Overrides:
      restoreDefaultSettings in class PamWizard