JavaFX Integration #3
Total Time Spent: 2 hours 30 minutes
Due Date
kske
2 hours 30 minutes
No due date set.
Dependencies
No dependencies set.
Reference: zdm/undo-redo#3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While the core module is independent of JavaFX as intended, for a lot of use cases an integration with JavaFX properties would be very useful.
A new
undoredo-javafx
module with a wrapper structure can be created that is similar to that ofObservableList
in JavaFX.