All Classes and Interfaces
Class
Description
Plain boilerplate, because java.util.List does not have default methods.
Accumulation map.
An event stream that indicates whether there is a pending event that can
be expected to be emitted in the future.
Deprecated.
Deprecated.
Deprecated.
Represents a change of a value.
Deprecated.
Interface for objects that can be (lazily) connected to event streams.
Deprecated.
Deprecated.
EventSource is an EventSink that serves also as an EventStream - every value
pushed to EventSource is immediately emitted by it.
Stream of values (events).
Base class for event streams.
Used to annotate functionality that is likely to change or be removed in the
future.
Deprecated.
Deprecated.
Provides factory methods for timers that are manipulated from and execute
their action on the JavaFX application thread.
Deprecated.
Deprecated.
Indicator is unsafe on recursion: it may report misleading
changes.
Deprecated.
Deprecated.
Interpolates values between two boundary values.
Describes an elementary modification made to a list.
Common supertype for
QuasiListChange
and ListChangeAccumulator
.Adds additional methods to
ObservableList
.Immutable singly-linked list.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Superseded by
Suspendable
.Anything that can be observed, that is have an observer
added and removed.
Deprecated.
Base class for observable objects.
Deprecated.
Use
SuspendableList
instead.Deprecated.
Deprecated.
Trait to be mixed into
ObservableBase
to obtain default
implementation of some EventStream
methods on top of
Observable methods and get additional helper methods for
proper event streams implemented as default methods on top of
ProperObservable methods.Trait to be mixed into
ObservableBase
to obtain default
implementation of some LiveList
methods and get additional
helper methods for implementations of proper LiveList.An Observable that maintains a collection of registered
observers and notifies them when a change occurs.
Deprecated.
Superseded by
SuspendableVar
.An Observable that does not maintain its own collection of
observers, but rather adapts and registers every given observer with the
underlying Observable
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
An observable that does not change and does not produce any notifications.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Deprecated.
Interface for objects that can be temporarily suspended, where the
definition of "suspended" depends on the context.
An event stream whose emission of events can be suspended temporarily.
Observable boolean value that is normally
false
, but is true
when suspended.Observable value whose invalidation and change notifications can be
temporarily suspended.
Writable value whose invalidation and change notifications can be
temporarily suspended.
Observable boolean value that is normally
true
, but is false
when suspended.Suspender is an object capable of suspending another suspendable object.
An event stream that suspends a suspendable object during emission.
Timer represents a delayed action.
Observable boolean that changes value when suspended.
Trait to be mixed into implementations of unmodifiable lists.
Trait to be mixed into implementations of unmodifiable
LiveList
s.Adds more operations to
ObservableValue
.Base class for value-based wrappers, that is wrappers that implement
WrapperBase.equals(Object)
and WrapperBase.hashCode()
solely by comparing/hashing
the wrapped values.
Suspendable
.