Package | Description |
---|---|
org.eclipse.gef.common.beans.property |
This package augments the property API of JavaFX by adding support related to
SetMultimap and
Multiset . |
Class and Description |
---|
MultisetProperty
Abstract base class defining contract for a
Property wrapping a
ObservableMultiset . |
MultisetPropertyBase
Abstract base class for implementing a
Property wrapping an
ObservableMultiset . |
ReadOnlyMultisetProperty
Abstract base class defining contract for a read-only
Property
wrapping an ObservableMultiset . |
ReadOnlySetMultimapProperty
Abstract base class defining contract for a read-only
Property
wrapping an ObservableSetMultimap . |
SetMultimapProperty
Abstract base class defining contract for a
Property wrapping a
ObservableSetMultimap . |
SetMultimapPropertyBase
Abstract base class for implementing a
Property wrapping an
ObservableSetMultimap . |
SimpleMultisetProperty
A concrete implementation of a
Property wrapping an
ObservableMultiset . |
SimpleSetMultimapProperty
A concrete implementation of a
Property wrapping an
ObservableSetMultimap . |
Copyright (c) 2014 itemis AG and others. All rights reserved.