RxJava

Skip navigation links
A C F G J N O R S T U V W 

A

ActionEventSource - Class in rx.javafx.sources
 

C

Change<T> - Class in rx.javafx.sources
 
Change(T, T) - Constructor for class rx.javafx.sources.Change
 
createWorker() - Method in class rx.schedulers.JavaFxScheduler
 

F

fromActionEvents(Node) - Static method in class rx.javafx.sources.ActionEventSource
 
fromActionEvents(ContextMenu) - Static method in class rx.javafx.sources.ActionEventSource
 
fromActionEvents(MenuItem) - Static method in class rx.javafx.sources.ActionEventSource
 
fromActionEvents(Node) - Static method in enum rx.observables.JavaFxObservable
Creates an observable corresponding to javafx Node action events.
fromActionEvents(ContextMenu) - Static method in enum rx.observables.JavaFxObservable
Creates an observable corresponding to javafx ContextMenu action events.
fromActionEvents(MenuItem) - Static method in enum rx.observables.JavaFxObservable
Creates an observable corresponding to javafx MenuItem action events.
fromNodeEvents(Node, EventType<T>) - Static method in class rx.javafx.sources.NodeEventSource
 
fromNodeEvents(Node, EventType<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable corresponding to javafx Node events.
fromObservableValue(ObservableValue<T>) - Static method in class rx.javafx.sources.ObservableValueSource
 
fromObservableValue(ObservableValue<T>) - Static method in enum rx.observables.JavaFxObservable
Create an rx Observable from a javafx ObservableValue
fromObservableValueChanges(ObservableValue<T>) - Static method in class rx.javafx.sources.ObservableValueSource
 
fromObservableValueChanges(ObservableValue<T>) - Static method in enum rx.observables.JavaFxObservable
Create an rx Observable from a javafx ObservableValue, and emits changes with old and new value pairs
fromSceneEvents(Scene, EventType<T>) - Static method in class rx.javafx.sources.SceneEventSource
 
fromSceneEvents(Scene, EventType<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable corresponding to javafx Scene events.
fromWindowEvents(Window, EventType<T>) - Static method in class rx.javafx.sources.WindowEventSource
 
fromWindowEvents(Window, EventType<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable corresponding to javafx Window events.

G

getInstance() - Static method in class rx.schedulers.JavaFxScheduler
 
getNewVal() - Method in class rx.javafx.sources.Change
 
getOldVal() - Method in class rx.javafx.sources.Change
 

J

JavaFxObservable - Enum in rx.observables
 
JavaFxScheduler - Class in rx.schedulers
Executes work on the JavaFx UI thread.
JavaFxSubscriber - Enum in rx.subscribers
 
JavaFxSubscriptions - Class in rx.subscriptions
 

N

NodeEventSource - Class in rx.javafx.sources
 
NodeEventSource() - Constructor for class rx.javafx.sources.NodeEventSource
 

O

ObservableValueSource - Class in rx.javafx.sources
 
ObservableValueSource() - Constructor for class rx.javafx.sources.ObservableValueSource
 

R

rx.javafx.sources - package rx.javafx.sources
 
rx.observables - package rx.observables
 
rx.schedulers - package rx.schedulers
 
rx.subscribers - package rx.subscribers
 
rx.subscriptions - package rx.subscriptions
 

S

SceneEventSource - Class in rx.javafx.sources
 
SceneEventSource() - Constructor for class rx.javafx.sources.SceneEventSource
 

T

toBinding(Observable<T>) - Static method in enum rx.subscribers.JavaFxSubscriber
Turns an Observable into a JavaFX Binding.
toBinding(Observable<T>, Action1<Throwable>) - Static method in enum rx.subscribers.JavaFxSubscriber
Turns an Observable into a JavaFX Binding.

U

unsubscribeInEventDispatchThread(Action0) - Static method in class rx.subscriptions.JavaFxSubscriptions
Create an Subscription that always runs unsubscribe in the event dispatch thread.

V

valueOf(String) - Static method in enum rx.observables.JavaFxObservable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rx.subscribers.JavaFxSubscriber
Returns the enum constant of this type with the specified name.
values() - Static method in enum rx.observables.JavaFxObservable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rx.subscribers.JavaFxSubscriber
Returns an array containing the constants of this enum type, in the order they are declared.

W

WindowEventSource - Class in rx.javafx.sources
 
A C F G J N O R S T U V W 
Skip navigation links