- 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.