RxSwing
RxSwing copied to clipboard
RxJava bindings for Swing
Adding an issue to add an event source corresponding the `MenuDragMouseListener`. Used by the the component `JMenuItem`.
Adding an issue to add an event source corresponding the `PopupMenuEvent`. Used by the the components `JPopupMenu` and `JComboBox`.
Adding an issue to add an event source corresponding the `TableModelListener`. Used by the the models `TableModel` and `AbstractTableModel`.
Adding an issue to add an event source corresponding the `TableColumnModelListener`. Used by the the models `TableColumnModel` and `DefaultTableColumnModel`.
Adding an issue to add an event source corresponding the `TreeExpansionEvent`. Used by the the component `JTree`.
Adding an issue to add an event source corresponding the `TreeSelectionListener`. Used by the the models `TreeSelectionModel` and `DefaultTreeSelectionModel` and the component `JTree`.
Adding an issue to add an event source corresponding the `TreeModelListener`. Used by the the models `TreeModel` and `DefaultTreeModel`.
Adding an issue to add an event source corresponding the `TreeWillExpandListeners`. Used by the the components `JTree`.
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`.
@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...