Interface TethysUIDialogFactory
public interface TethysUIDialogFactory
Dialog Factory.
-
Method Summary
Modifier and TypeMethodDescriptionObtain a new aboutBox.newAlert()Obtain a new alert.Obtain a new busy Spinner.Obtain a new child dialog.Obtain a new directorySelector.Obtain a new fileSelector.newPasswordDialog(String pTitle, boolean pNeedConfirm) Obtain a new passwordDialog.
-
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
Obtain a new passwordDialog.- Parameters:
pTitle- the titlepNeedConfirm- 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
-