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:
Modifier and Type | Method and Description |
---|---|
boolean |
isDirty()
Returns the value of the 'Dirty' attribute
|
void |
setDirty(boolean value)
Sets the value of the '
Dirty ' attribute |
boolean isDirty()
The current dirty state of the UI element.
setDirty(boolean)
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.