public interface MDirtyable
This class should be mixed into any UI element that should participate in the dirty / save handling. Parts are the most likely scenario for this but it exists as a mix-in to allow for future model extensions.
The following features are supported:
boolean isDirty()
The current dirty state of the UI element.
setDirty(boolean)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.