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