| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
dirty
A
BooleanProperty that observes the changes made to the Dirtyable instance |
| Constructor and Description |
|---|
ChangeWatcher(java.lang.Object source)
Initializes a new instance of the
ChangeWatcher class for the specified source object |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Clear the dirty status of the
Dirtyable instance |
javafx.beans.property.BooleanProperty |
dirtyProperty()
A
BooleanProperty that observes the changes made to the Dirtyable instance |
java.lang.Boolean |
isDirty()
Gets the value of the property dirty.
|
public javafx.beans.property.BooleanProperty dirtyProperty
dirtyProperty in interface DirtyableBooleanProperty that observes the changes made to the Dirtyable instanceisDirty()public ChangeWatcher(java.lang.Object source)
ChangeWatcher class for the specified source objectsource - the object to watch for changespublic javafx.beans.property.BooleanProperty dirtyProperty()
DirtyableBooleanProperty that observes the changes made to the Dirtyable instancedirtyProperty in interface DirtyableBooleanProperty that observes the changes made to the Dirtyable instanceisDirty()public java.lang.Boolean isDirty()
Copyright © 2018 Frederic Thevenet. All rights reserved.