All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary
Class |
Description |
ActivatableSupport |
A support class to manage the activeProperty state for a source
IActivatable .
|
AdaptableScopes |
A utility class to support adaptable-based scoping.
|
AdaptableSupport<A extends IAdaptable> |
A support class to manage adapters for a source IAdaptable .
|
AdaptableTypeListener |
|
AdapterInjectionSupport |
|
AdapterInjectionSupport.LoggingMode |
|
AdapterInjector |
|
AdapterKey<T> |
A pair of Class key and String role to register adapters at
and retrieve them from IAdaptable s.
|
AdapterMaps |
A utility class to obtain a MapBinder , via which adapter (map)
bindings can be specified in a Module .
|
AdapterStore |
|
BindingUtils |
|
CollectionUtils |
The CollectionUtils contains a method to compute the old value of an
ObservableList for a given
ListChangeListener.Change event.
|
IActivatable |
|
IAdaptable |
An IAdaptable allows to register and retrieve adapters under a given
AdapterKey , which combines a TypeToken -based type key and a
String -based role.
|
IAdaptable.Bound<A extends IAdaptable> |
To be implemented by an adapter to indicate that it intends to be bounded
to the respective IAdaptable it is registered at.
|
IAdaptable.Bound.Impl<T extends IAdaptable> |
|
IDisposable |
An IDisposable needs to be disposed after it is no longer needed.
|
InjectAdapters |
|
ListExpressionHelperEx<E> |
A utility class to support notifications for an ListExpression .
|
ListListenerHelperEx<E> |
A utility class to support change notifications for an ObservableList
, replacing the JavaFX-internal ListChangeListener helper class.
|
ListListenerHelperEx.AtomicChange<E> |
A simple implementation of an
ListChangeListener.Change .
|
ListListenerHelperEx.ElementarySubChange<E> |
An abstract elementary change of an ObservableList
|
ListListenerHelperEx.ElementarySubChange.Kind |
The kind of change that is performed to the ObservableList .
|
MapExpressionHelperEx<K,V> |
A utility class to support notifications for an MapExpression .
|
MapListenerHelperEx<K,V> |
A utility class to support change notifications for an ObservableMap
, replacing the JavaFX-internal MapChangeListener helper class.
|
MapListenerHelperEx.AtomicChange<K,V> |
A simple implementation of an
MapChangeListener.Change .
|
MultisetBinding<E> |
An abstract base class that provides functionality needed to realize a
Binding on an ObservableMultiset .
|
MultisetChangeListener<E> |
|
MultisetChangeListener.Change<E> |
|
MultisetExpression<E> |
|
MultisetExpressionHelper<E> |
|
MultisetListenerHelper<E> |
|
MultisetListenerHelper.AtomicChange<E> |
|
MultisetListenerHelper.ElementarySubChange<E> |
An elementary change related to a single element of a Multiset .
|
MultisetProperty<E> |
|
MultisetPropertyBase<E> |
|
ObservableMultiset<E> |
|
ObservableMultisetValue<E> |
|
ObservableSetMultimap<K,V> |
|
ObservableSetMultimapValue<K,V> |
|
ReadOnlyListPropertyBaseEx<E> |
A replacement for ReadOnlyListWrapper to fix the following JavaFX
issues:
Change notifications are fired even when the observed value did not
change.
|
ReadOnlyListWrapperEx<E> |
A replacement for ReadOnlyListWrapper to fix the following JavaFX
issues:
Change notifications are fired even when the observed value did not
change.
|
ReadOnlyMapPropertyBaseEx<K,V> |
A replacement for ReadOnlyMapWrapper to fix the following JavaFX
issues:
All listeners were removed when removing one
(https://bugs.openjdk.java.net/browse/JDK-8136465): fixed by keeping track of
all listeners and ensuring that remaining listeners are re-added when a
listener is removed.
Change notifications are fired even when the observed value did not
change.
|
ReadOnlyMapWrapperEx<K,V> |
A replacement for ReadOnlyMapWrapper to fix the following JavaFX
issues:
All listeners were removed when removing one
(https://bugs.openjdk.java.net/browse/JDK-8136465): fixed by keeping track of
all listeners and ensuring that remaining listeners are re-added when a
listener is removed.
Change notifications are fired even when the observed value did not
change.
|
ReadOnlyMultisetProperty<E> |
Abstract base class defining contract for a read-only Property
wrapping an ObservableMultiset .
|
ReadOnlyMultisetPropertyBase<E> |
|
ReadOnlyMultisetWrapper<E> |
|
ReadOnlySetMultimapProperty<K,V> |
|
ReadOnlySetMultimapPropertyBase<K,V> |
|
ReadOnlySetMultimapWrapper<K,V> |
|
ReadOnlySetPropertyBaseEx<E> |
A replacement for ReadOnlySetWrapper to fix the following JavaFX
issues:
Change notifications are fired even when the observed value did not
change.
|
ReadOnlySetWrapperEx<E> |
A replacement for ReadOnlySetWrapper to fix the following JavaFX
issues:
Change notifications are fired even when the observed value did not
change.
|
ReflectionUtils |
Allows to access the value of private fields.
|
SetExpressionHelperEx<E> |
A utility class to support notifications for an SetExpression .
|
SetListenerHelperEx<E> |
A utility class to support change notifications for an ObservableSet
, replacing the JavaFX-internal SetChangeListener helper class.
|
SetListenerHelperEx.AtomicChange<E> |
A simple implementation of an
SetChangeListener.Change .
|
SetMultimapBinding<K,V> |
An abstract base class that provides functionality needed to realize a
Binding on an ObservableSetMultimap .
|
SetMultimapChangeListener<K,V> |
|
SetMultimapChangeListener.Change<K,V> |
Represents an elementary change done to an ObservableSetMultimap ,
related to a single key but to potentially multiple values.
|
SetMultimapExpression<K,V> |
|
SetMultimapExpressionHelper<K,V> |
|
SetMultimapListenerHelper<K,V> |
|
SetMultimapListenerHelper.AtomicChange<K,V> |
|
SetMultimapListenerHelper.ElementarySubChange<K,V> |
|
SetMultimapProperty<K,V> |
|
SetMultimapPropertyBase<K,V> |
|
SimpleListPropertyEx<E> |
A replacement for SimpleListProperty to fix the following JavaFX
issue:
Change notifications are fired even when the observed value did not
change.
|
SimpleMapPropertyEx<K,V> |
A replacement for SimpleMapProperty to fix the following JavaFX
issues:
Change notifications are fired even when the observed value did not
change.
|
SimpleMultisetProperty<E> |
|
SimpleSetMultimapProperty<K,V> |
|
SimpleSetPropertyEx<E> |
A replacement for SimpleSetProperty to fix the following JavaFX
issue:
Change notifications are fired even when the observed value did not
change.
|
Types |
|
WritableMultisetValue<E> |
|
WritableSetMultimapValue<K,V> |
|