Class RxUtils


  • public class RxUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RxUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.reactivex.rxjava3.core.Flowable<java.lang.String> spinnerChanges​(javax.swing.JSpinner spinner)  
      static io.reactivex.rxjava3.core.Flowable<java.lang.String> spinnerEnterPress​(javax.swing.JSpinner spinner)  
      static io.reactivex.rxjava3.core.Flowable<java.lang.String> textFieldChanges​(javax.swing.JTextField textField)  
      static io.reactivex.rxjava3.core.Flowable<java.lang.String> textFieldEnterPress​(javax.swing.JTextField textField)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RxUtils

        public RxUtils()
    • Method Detail

      • textFieldChanges

        public static io.reactivex.rxjava3.core.Flowable<java.lang.String> textFieldChanges​(javax.swing.JTextField textField)
      • textFieldEnterPress

        public static io.reactivex.rxjava3.core.Flowable<java.lang.String> textFieldEnterPress​(javax.swing.JTextField textField)
      • spinnerChanges

        public static io.reactivex.rxjava3.core.Flowable<java.lang.String> spinnerChanges​(javax.swing.JSpinner spinner)
      • spinnerEnterPress

        public static io.reactivex.rxjava3.core.Flowable<java.lang.String> spinnerEnterPress​(javax.swing.JSpinner spinner)