public interface TethysUIDialogFactory
Dialog Factory.
  • Method Details

    • newFileSelector

      TethysUIFileSelector newFileSelector()
      Obtain a new fileSelector.
      Returns:
      the new selector
    • newDirectorySelector

      TethysUIDirectorySelector newDirectorySelector()
      Obtain a new directorySelector.
      Returns:
      the new selector
    • newAboutBox

      TethysUIAboutBox newAboutBox()
      Obtain a new aboutBox.
      Returns:
      the new box
    • newPasswordDialog

      TethysUIPasswordDialog newPasswordDialog(String pTitle, boolean pNeedConfirm)
      Obtain a new passwordDialog.
      Parameters:
      pTitle - the title
      pNeedConfirm - true/false
      Returns:
      the new dialog
    • newAlert

      TethysUIAlert newAlert()
      Obtain a new alert.
      Returns:
      the new alert
    • newChildDialog

      TethysUIChildDialog newChildDialog()
      Obtain a new child dialog.
      Returns:
      the new child dialog
    • newBusySpinner

      TethysUIBusySpinner newBusySpinner()
      Obtain a new busy Spinner.
      Returns:
      the new busy Spinner