RxSwing icon indicating copy to clipboard operation
RxSwing copied to clipboard

RxJava bindings for Swing

Results 20 RxSwing issues
Sort by recently updated
recently updated
newest added

Why did you put all static methods to enums? This disallows to extend them! Suggest to turn enums to normal classes so that anybody can extend them.

While working on #28, I noticed that there's quite some code duplication in this project which could be eliminated. My solution is to factor out the common code into an...

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

enhancement

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

enhancement

Adding an issue to add an event source corresponding the UndoableEditListener. An UndoableEditListener can be added to the same components as a DocumentListener.

enhancement

Adding an issue to add an event source corresponding the HyperlinkListener. From my search it seems that only a JEditorPane supports adding hyperlink listeners.

enhancement

Adding an issue to add an event source corresponding the `InternalFrameListener`. Used by the component `JInternalFrame`.

enhancement

Adding an issue to add an event source corresponding the `ListDataEvent`. Used by the the models `ListModel` and `AbstractListModel`.

enhancement

Adding an issue to add an event source corresponding the `MenuListener`. Used by the the component `JMenu`.

enhancement

Adding an issue to add an event source corresponding the `MenuKeyListener`. Used by the the component `JMenuItem`.

enhancement