Uses of Class
org.eclipse.core.databinding.property.set.SetProperty
-
Packages that use SetProperty Package Description org.eclipse.core.databinding.property.set org.eclipse.jface.databinding.viewers 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.set Modifier and Type Class Description classDelegatingSetProperty<S,E>classSimpleSetProperty<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.viewers Modifier and Type Class Description classViewerSetProperty<S,E>Abstract set property implementation forViewerproperties.
-