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

    Modifier and Type
    Method
    Description
    int
    Display a dialog asking the user if they want to save their work before closing the tab
    int
    show(String fileName)
     
  • Method Details

    • 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