public interface IDirtyStateProvider
ISaveablePart
s to maintain
their dirty state based on an IOperationHistory
.Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
dirty
A read-only property that provides the current dirty state.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
dirtyProperty()
A read-only property that provides the current dirty state.
|
boolean |
isDirty()
Returns the dirty state of this support.
|
void |
markNonDirty()
Notifies the provider to mark the current state as being unchanged with
respect to the saved state.
|
javafx.beans.property.ReadOnlyBooleanProperty dirtyProperty
isDirty()
javafx.beans.property.ReadOnlyBooleanProperty dirtyProperty()
isDirty()
boolean isDirty()
true
if the source is dirty, false
otherwise.void markNonDirty()
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.