Package | Description |
---|---|
org.eclipse.gef.common.beans.binding |
This package augments the JavaFX binding API by adding support related to
SetMultimap and
Multiset . |
org.eclipse.gef.common.beans.property |
This package augments the property API of JavaFX by adding support related to
SetMultimap and
Multiset . |
Modifier and Type | Class and Description |
---|---|
class |
SetMultimapBinding<K,V>
An abstract base class that provides functionality needed to realize a
Binding on an ObservableSetMultimap . |
class |
SetMultimapExpression<K,V>
A
SetMultimapExpression is a ObservableSetMultimapValue plus
additional convenience methods to generate bindings. |
Modifier and Type | Method and Description |
---|---|
static <K,V> SetMultimapExpression<K,V> |
SetMultimapExpression.setMultimapExpression(ObservableSetMultimapValue<K,V> setMultimapValue)
Returns a
SetMultimapExpression that wraps an
ObservableSetMultimapValue . |
Constructor and Description |
---|
SetMultimapExpressionHelper(ObservableSetMultimapValue<K,V> observableValue)
Constructs a new
SetMultimapExpressionHelper for the given source
ObservableSetMultimapValue . |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlySetMultimapProperty<K,V>
Abstract base class defining contract for a read-only
Property
wrapping an ObservableSetMultimap . |
class |
ReadOnlySetMultimapPropertyBase<K,V>
Abstract base class for implementing a read-only
Property wrapping an
ObservableSetMultimap . |
class |
ReadOnlySetMultimapWrapper<K,V>
A
ReadOnlySetMultimapWrapper is a writable Property wrapping
an ObservableSetMultimap , which provides an additional read-only
Property (based on a concrete, non-exposed implementation of
ReadOnlySetMultimapProperty ), whose value is synchronized with the
value of this ReadOnlyMapWrapper . |
class |
SetMultimapProperty<K,V>
Abstract base class defining contract for a
Property wrapping a
ObservableSetMultimap . |
class |
SetMultimapPropertyBase<K,V>
Abstract base class for implementing a
Property wrapping an
ObservableSetMultimap . |
class |
SimpleSetMultimapProperty<K,V>
A concrete implementation of a
Property wrapping an
ObservableSetMultimap . |
Copyright (c) 2014 itemis AG and others. All rights reserved.