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

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

enhancement

Adding an issue to add an event source corresponding the `PopupMenuEvent`. Used by the the components `JPopupMenu` and `JComboBox`.

enhancement

Adding an issue to add an event source corresponding the `TableModelListener`. Used by the the models `TableModel` and `AbstractTableModel`.

enhancement

Adding an issue to add an event source corresponding the `TableColumnModelListener`. Used by the the models `TableColumnModel` and `DefaultTableColumnModel`.

enhancement

Adding an issue to add an event source corresponding the `TreeExpansionEvent`. Used by the the component `JTree`.

enhancement

Adding an issue to add an event source corresponding the `TreeSelectionListener`. Used by the the models `TreeSelectionModel` and `DefaultTreeSelectionModel` and the component `JTree`.

enhancement

Adding an issue to add an event source corresponding the `TreeModelListener`. Used by the the models `TreeModel` and `DefaultTreeModel`.

enhancement

Adding an issue to add an event source corresponding the `TreeWillExpandListeners`. Used by the the components `JTree`.

enhancement

Adding an issue to add an event source corresponding the `CaretListener`. From my quick search it appears that `CaretListener` can only be added to a `JTextComponent`.

enhancement

@eddieburns55 @samuelgruetter @zsxwing @Petikoch Continuing from the discussion started in #13 ... So seeing as though the RxJava project is in the process of creating v. 2.0, which targets jdk...