RxJava

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

A

ActionEventSource - Class in rx.javafx.sources
 
add(CompositeBinding) - Method in class rx.subscriptions.CompositeBinding
Adds a new CompositeBinding to this CompositeBinding if the CompositeBinding is not yet disposed.
add(Binding) - Method in class rx.subscriptions.CompositeBinding
Adds a new Binding to this CompositeBinding if the CompositeBinding is not yet disposedInd.

C

Change<T> - Class in rx.javafx.sources
 
Change(T, T) - Constructor for class rx.javafx.sources.Change
 
clear() - Method in class rx.subscriptions.CompositeBinding
Disposes any bindings that are currently part of this CompositeBinding and remove them from the CompositeBinding so that the CompositeBinding is empty and able to manage new bindings.
CompositeBinding - Class in rx.subscriptions
A group of of Bindings that are disposed together.
CompositeBinding() - Constructor for class rx.subscriptions.CompositeBinding
 
CompositeBinding(Binding...) - Constructor for class rx.subscriptions.CompositeBinding
 
createWorker() - Method in class rx.schedulers.JavaFxScheduler
 

D

dispose() - Method in class rx.subscriptions.CompositeBinding
Disposes itself and all inner Bindings.

F

Flag - Enum in rx.javafx.sources
 
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.
fromObservableList(ObservableList<T>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableList(ObservableList<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits an ObservableList every time it is modified
fromObservableListAdds(ObservableList<T>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableListAdds(ObservableList<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits all additions to an ObservableList
fromObservableListChanges(ObservableList<T>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableListChanges(ObservableList<T>) - Static method in enum rx.observables.JavaFxObservable
Emits all added, removed, and updated items from an ObservableList
fromObservableListDistinctChanges(ObservableList<T>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableListDistinctChanges(ObservableList<T>, Func1<T, R>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableListDistinctChanges(ObservableList<T>) - Static method in enum rx.observables.JavaFxObservable
Emits distinctly added and removed items from an ObservableList.
fromObservableListDistinctChanges(ObservableList<T>, Func1<T, R>) - Static method in enum rx.observables.JavaFxObservable
Emits distinctly added and removed T items from an ObservableList based on a mapping to an R value.
fromObservableListDistinctMappings(ObservableList<T>, Func1<T, R>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableListDistinctMappings(ObservableList<T>, Func1<T, R>) - Static method in enum rx.observables.JavaFxObservable
Emits distinctly added and removed mappings to each R item from an ObservableList.
fromObservableListRemovals(ObservableList<T>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableListRemovals(ObservableList<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits all removal items from an ObservableList
fromObservableListUpdates(ObservableList<T>) - Static method in class rx.javafx.sources.ObservableListSource
 
fromObservableListUpdates(ObservableList<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits all updated items from an ObservableList.
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

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

H

hasSubscriptions() - Method in class rx.subscriptions.CompositeBinding
Returns true if this composite is not disposed and contains Bindings.

I

invalidate() - Method in class rx.subscriptions.CompositeBinding
 
isDisposed() - Method in class rx.subscriptions.CompositeBinding
 

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
 

L

ListChange<T> - Class in rx.javafx.sources
Holds an ADDED, REMOVED, or UPDATED flag with the associated value

N

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

O

ObservableListSource - Class in rx.javafx.sources
 
ObservableListSource() - Constructor for class rx.javafx.sources.ObservableListSource
 
ObservableValueSource - Class in rx.javafx.sources
 
ObservableValueSource() - Constructor for class rx.javafx.sources.ObservableValueSource
 
of(T, Flag) - Static method in class rx.javafx.sources.ListChange
 

R

remove(CompositeBinding) - Method in class rx.subscriptions.CompositeBinding
Removes a CompositeBinding from this CompositeBinding, and disposes the CompositeBinding.
remove(Binding) - Method in class rx.subscriptions.CompositeBinding
Removes a Binding from this CompositeBinding, and disposes the Binding.
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.
toString() - Method in class rx.javafx.sources.ListChange
 

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.javafx.sources.Flag
Returns the enum constant of this type with the specified name.
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.javafx.sources.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
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 D F G H I J L N O R S T U V W 
Skip navigation links