Uses of Class
org.eclipse.core.databinding.property.set.SetProperty
Packages that use SetProperty
Package
Description
Provides classes that can be used to observe the JFace Viewer framework.
-
Uses of SetProperty in org.eclipse.core.databinding.property.set
Subclasses of SetProperty in org.eclipse.core.databinding.property.setModifier and TypeClassDescriptionclassclassSimpleSetProperty<S,E> Simplified abstract implementation of ISetProperty.classUnionSetProperty<S,E> A set property for observing the union of multiple set properties a combined set. -
Uses of SetProperty in org.eclipse.jface.databinding.viewers
Subclasses of SetProperty in org.eclipse.jface.databinding.viewersModifier and TypeClassDescriptionclassViewerSetProperty<S,E> Abstract set property implementation forViewerproperties.