ReactiveX / RxSwing

RxJava bindings for Swing
Apache License 2.0
98 stars 23 forks source link

Add Support for Undoable Edit Listeners #38

Open mikebaum opened 9 years ago

mikebaum commented 9 years ago

Adding an issue to add an event source corresponding the UndoableEditListener.

An UndoableEditListener can be added to the same components as a DocumentListener.