Interface DirtyStateEditorSupport.IDirtyStateEditorSupportClient

  • Enclosing class:
    DirtyStateEditorSupport

    public static interface DirtyStateEditorSupport.IDirtyStateEditorSupportClient
    Minimal required interface for clients. Allows easy mocking.
    • Method Detail

      • getResource

        org.eclipse.emf.ecore.resource.Resource getResource()
      • isDirty

        boolean isDirty()
      • getShell

        org.eclipse.swt.widgets.Shell getShell()