Project

General

Profile

« Previous | Next » 

Revision 288109a7

Added by Patrick Plitzner over 5 years ago

ref #6806 Add isDirty() to IE4SavablePart + extract dirty check to util

View differences:

eu.etaxonomy.taxeditor.workbench/src/main/java/eu/etaxonomy/taxeditor/workbench/part/IE4SavablePart.java
31 31
     * @param monitor the progress monitor for long running save actions
32 32
     */
33 33
    public void save(IProgressMonitor monitor);
34

  
35
    /**
36
     * Return the dirty state of the part
37
     * @return <code>true</code> if part has unsaved changes, <code>false</code> otherwise
38
     */
39
    public boolean isDirty();
34 40
}

Also available in: Unified diff