Interface EditorDirtyProperty.DirtyMarkableEditor

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorPart, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IWorkbenchPart
    All Known Implementing Classes:
    DataCompositionSchemaEditor
    Enclosing class:
    EditorDirtyProperty

    public static interface EditorDirtyProperty.DirtyMarkableEditor
    extends org.eclipse.ui.IEditorPart
    • Field Summary

      • Fields inherited from interface org.eclipse.ui.IEditorPart

        PROP_DIRTY, PROP_INPUT
      • Fields inherited from interface org.eclipse.ui.IWorkbenchPart

        PROP_TITLE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setDirty​(boolean dirty)
      Implementers are advised to not rely on this method to be called in UI thread.
      • Methods inherited from interface org.eclipse.core.runtime.IAdaptable

        getAdapter
      • Methods inherited from interface org.eclipse.ui.IEditorPart

        getEditorInput, getEditorSite, init
      • Methods inherited from interface org.eclipse.ui.ISaveablePart

        doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
      • Methods inherited from interface org.eclipse.ui.IWorkbenchPart

        addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
    • Method Detail

      • setDirty

        void setDirty​(boolean dirty)
        Implementers are advised to not rely on this method to be called in UI thread.
        Parameters:
        dirty -