RxJava
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
F
G
K
M
R
S
V
A
AbstractButtonSource
- Enum in
rx.swing.sources
C
call(ComponentEvent)
- Method in enum rx.swing.sources.
ComponentEventSource.Predicate
ComponentEventSource
- Enum in
rx.swing.sources
ComponentEventSource.Predicate
- Enum in
rx.swing.sources
Predicates that help with filtering observables for specific component events.
currentlyPressedKeysOf(Component)
- Static method in enum rx.swing.sources.
KeyEventSource
F
fromActionOf(AbstractButton)
- Static method in enum rx.swing.sources.
AbstractButtonSource
fromButtonAction(AbstractButton)
- Static method in enum rx.observables.
SwingObservable
Creates an observable corresponding to a Swing button action.
fromComponentEvents(Component)
- Static method in enum rx.observables.
SwingObservable
Creates an observable corresponding to raw component events.
fromComponentEventsOf(Component)
- Static method in enum rx.swing.sources.
ComponentEventSource
fromKeyEvents(Component)
- Static method in enum rx.observables.
SwingObservable
Creates an observable corresponding to raw key events.
fromKeyEvents(Component, Set<Integer>)
- Static method in enum rx.observables.
SwingObservable
Creates an observable corresponding to raw key events, restricted a set of given key codes.
fromKeyEventsOf(Component)
- Static method in enum rx.swing.sources.
KeyEventSource
fromMouseEvents(Component)
- Static method in enum rx.observables.
SwingObservable
Creates an observable corresponding to raw mouse events (excluding mouse motion events).
fromMouseEventsOf(Component)
- Static method in enum rx.swing.sources.
MouseEventSource
fromMouseMotionEvents(Component)
- Static method in enum rx.observables.
SwingObservable
Creates an observable corresponding to raw mouse motion events.
fromMouseMotionEventsOf(Component)
- Static method in enum rx.swing.sources.
MouseEventSource
fromPressedKeys(Component)
- Static method in enum rx.observables.
SwingObservable
Creates an observable that emits the set of all currently pressed keys each time this set changes.
fromResizing(Component)
- Static method in enum rx.observables.
SwingObservable
Creates an observable corresponding to component resize events.
fromResizing(Component)
- Static method in enum rx.swing.sources.
ComponentEventSource
G
getInstance()
- Static method in class rx.concurrency.
SwingScheduler
K
KeyEventSource
- Enum in
rx.swing.sources
M
MouseEventSource
- Enum in
rx.swing.sources
R
rx.concurrency
- package rx.concurrency
rx.observables
- package rx.observables
rx.swing.sources
- package rx.swing.sources
S
schedule(T, Func2<? super Scheduler, ? super T, ? extends Subscription>)
- Method in class rx.concurrency.
SwingScheduler
schedule(T, Func2<? super Scheduler, ? super T, ? extends Subscription>, long, TimeUnit)
- Method in class rx.concurrency.
SwingScheduler
schedulePeriodically(T, Func2<? super Scheduler, ? super T, ? extends Subscription>, long, long, TimeUnit)
- Method in class rx.concurrency.
SwingScheduler
SwingObservable
- Enum in
rx.observables
Allows creating observables from various sources specific to Swing.
SwingScheduler
- Class in
rx.concurrency
Executes work on the Swing UI thread.
V
valueOf(String)
- Static method in enum rx.observables.
SwingObservable
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum rx.swing.sources.
AbstractButtonSource
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum rx.swing.sources.
ComponentEventSource.Predicate
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum rx.swing.sources.
ComponentEventSource
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum rx.swing.sources.
KeyEventSource
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum rx.swing.sources.
MouseEventSource
Returns the enum constant of this type with the specified name.
values()
- Static method in enum rx.observables.
SwingObservable
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum rx.swing.sources.
AbstractButtonSource
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum rx.swing.sources.
ComponentEventSource.Predicate
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum rx.swing.sources.
ComponentEventSource
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum rx.swing.sources.
KeyEventSource
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum rx.swing.sources.
MouseEventSource
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
F
G
K
M
R
S
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes