RxJava

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

A

ActionEventSource - Class in rx.javafx.sources
 
add(Observable<T>) - Method in class rx.javafx.sources.CompositeObservable
 
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.
addAll(Observable<T>...) - Method in class rx.javafx.sources.CompositeObservable
 

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
 
CompositeObservable<T> - Class in rx.javafx.sources
A CompositeObservable can merge multiple event source Observables that can be added/removed at any time, affecting all Subscribers regardless of when they subscribed.
CompositeObservable() - Constructor for class rx.javafx.sources.CompositeObservable
Creates a new CompositeObservable
CompositeObservable(Observable.Transformer<T, T>) - Constructor for class rx.javafx.sources.CompositeObservable
Creates a new CompositeObservable with the provided transformations applied to the returned Observable yield from `toObservable()`.
createWorker() - Method in class rx.schedulers.JavaFxScheduler
 

D

DialogSource - Class in rx.javafx.sources
 
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.
fromDialog(Dialog<T>) - Static method in enum rx.observables.JavaFxObservable
Returns an Observable that emits the T response of a Dialog.
fromDialogSource(Dialog<T>) - Static method in class rx.javafx.sources.DialogSource
 
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.
fromObservableMap(ObservableMap<K, T>) - Static method in class rx.javafx.sources.ObservableMapSource
 
fromObservableMap(ObservableMap<K, T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits an ObservableMap every time it is modified
fromObservableMapAdds(ObservableMap<K, T>) - Static method in class rx.javafx.sources.ObservableMapSource
 
fromObservableMapAdds(ObservableMap<K, T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits all additions to an ObservableMap
fromObservableMapChanges(ObservableMap<K, T>) - Static method in class rx.javafx.sources.ObservableMapSource
 
fromObservableMapChanges(ObservableMap<K, T>) - Static method in enum rx.observables.JavaFxObservable
Emits all added and removed items (including swaps) from an ObservableMap
fromObservableMapRemovals(ObservableMap<K, T>) - Static method in class rx.javafx.sources.ObservableMapSource
 
fromObservableMapRemovals(ObservableMap<K, T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits all removal items from an ObservableMap
fromObservableSet(ObservableSet<T>) - Static method in class rx.javafx.sources.ObservableSetSource
 
fromObservableSet(ObservableSet<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits an ObservableSet every time it is modified
fromObservableSetAdds(ObservableSet<T>) - Static method in class rx.javafx.sources.ObservableSetSource
 
fromObservableSetAdds(ObservableSet<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits all additions to an ObservableSet
fromObservableSetChanges(ObservableSet<T>) - Static method in class rx.javafx.sources.ObservableSetSource
 
fromObservableSetChanges(ObservableSet<T>) - Static method in enum rx.observables.JavaFxObservable
Emits all added and removed items (including swaps) from an ObservableSet
fromObservableSetRemovals(ObservableSet<T>) - Static method in class rx.javafx.sources.ObservableSetSource
 
fromObservableSetRemovals(ObservableSet<T>) - Static method in enum rx.observables.JavaFxObservable
Creates an observable that emits all removal items from an ObservableSet
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
 
getFlag() - Method in class rx.javafx.sources.MapChange
 
getFlag() - Method in class rx.javafx.sources.SetChange
 
getInstance() - Static method in class rx.schedulers.JavaFxScheduler
 
getKey() - Method in class rx.javafx.sources.MapChange
 
getNewVal() - Method in class rx.javafx.sources.Change
 
getOldVal() - Method in class rx.javafx.sources.Change
 
getValue() - Method in class rx.javafx.sources.ListChange
 
getValue() - Method in class rx.javafx.sources.MapChange
 
getValue() - Method in class rx.javafx.sources.SetChange
 

H

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

I

interval(Duration) - Static method in class rx.javafx.sources.TimerSource
 
interval(Duration) - Static method in enum rx.observables.JavaFxObservable
Returns an Observable that emits a 0L and ever increasing numbers after each duration of time thereafter
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

M

MapChange<K,T> - Class in rx.javafx.sources
 

N

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

O

ObservableListSource - Class in rx.javafx.sources
 
ObservableMapSource - Class in rx.javafx.sources
 
ObservableSetSource - Class in rx.javafx.sources
 
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
 
SetChange<T> - Class in rx.javafx.sources
 

T

TimerSource - Class in rx.javafx.sources
 
toBinding(Observable<T>) - Static method in enum rx.subscribers.JavaFxSubscriber
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
toBinding(Observable<T>, Action1<Throwable>) - Static method in enum rx.subscribers.JavaFxSubscriber
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
toLazyBinding(Observable<T>) - Static method in enum rx.subscribers.JavaFxSubscriber
Turns an Observable into a lazy JavaFX Binding that subscribes to the Observable the first time the Binding's getValue() method is called.
toLazyBinding(Observable<T>, Action1<Throwable>) - Static method in enum rx.subscribers.JavaFxSubscriber
Turns an Observable into a lazy JavaFX Binding that subscribes to the Observable the first time the Binding's getValue() method is called.
toObservable() - Method in class rx.javafx.sources.CompositeObservable
Returns the `Observable` combining all the source Observables, with any transformations that were specified on construction.
toString() - Method in class rx.javafx.sources.ListChange
 
toString() - Method in class rx.javafx.sources.SetChange
 

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 M N O R S T U V W 
Skip navigation links