org.pentaho.di.ui.spoon
Interface ChangedWarningInterface

All Known Implementing Classes:
ChangedWarningDialog

public interface ChangedWarningInterface

Facilitate overriding of the ChangedWarning dialog used by implementors of TabItemInterface

Author:
cboyden

Method Summary
 int show()
          Display a dialog asking the user if they want to save their work before closing the tab
 int show(String fileName)
           
 

Method Detail

show

int show()
         throws Exception
Display a dialog asking the user if they want to save their work before closing the tab

Returns:
The decision of the user: SWT.YES; SWT.NO; SWT.CANCEL
Throws:
Exception

show

int show(String fileName)
         throws Exception
Throws:
Exception