Uses of Package
org.eclipse.gef.common.beans.property
-
Packages that use org.eclipse.gef.common.beans.property Package Description org.eclipse.gef.common.beans.property This package augments the property API of JavaFX by adding support related toSetMultimap
andMultiset
. -
Classes in org.eclipse.gef.common.beans.property used by org.eclipse.gef.common.beans.property Class Description MultisetProperty Abstract base class defining contract for aProperty
wrapping aObservableMultiset
.MultisetPropertyBase Abstract base class for implementing aProperty
wrapping anObservableMultiset
.ReadOnlyMultisetProperty Abstract base class defining contract for a read-onlyProperty
wrapping anObservableMultiset
.ReadOnlySetMultimapProperty Abstract base class defining contract for a read-onlyProperty
wrapping anObservableSetMultimap
.SetMultimapProperty Abstract base class defining contract for aProperty
wrapping aObservableSetMultimap
.SetMultimapPropertyBase Abstract base class for implementing aProperty
wrapping anObservableSetMultimap
.SimpleMultisetProperty A concrete implementation of aProperty
wrapping anObservableMultiset
.SimpleSetMultimapProperty A concrete implementation of aProperty
wrapping anObservableSetMultimap
.