Package org.pentaho.di.ui.spoon
Class ChangedWarningDialog
java.lang.Object
org.pentaho.di.ui.spoon.ChangedWarningDialog
- All Implemented Interfaces:
ChangedWarningInterface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangedWarningInterfacegetName()protected org.pentaho.ui.xul.components.XulMessageBoxrunXulChangedWarningDialog(String fileName) static voidintshow()Display a dialog asking the user if they want to save their work before closing the tabint
-
Field Details
-
result
-
container
protected org.pentaho.ui.xul.XulDomContainer container
-
-
Constructor Details
-
ChangedWarningDialog
public ChangedWarningDialog()
-
-
Method Details
-
setInstance
-
getInstance
-
getName
-
show
Description copied from interface:ChangedWarningInterfaceDisplay a dialog asking the user if they want to save their work before closing the tab- Specified by:
showin interfaceChangedWarningInterface- Returns:
- The decision of the user: SWT.YES; SWT.NO; SWT.CANCEL
- Throws:
Exception
-
show
- Specified by:
showin interfaceChangedWarningInterface- Throws:
Exception
-
runXulChangedWarningDialog
protected org.pentaho.ui.xul.components.XulMessageBox runXulChangedWarningDialog(String fileName) throws IllegalArgumentException, org.pentaho.ui.xul.XulException - Throws:
IllegalArgumentExceptionorg.pentaho.ui.xul.XulException
-