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 class
DelegatingSetProperty<S,E>
class
SimpleSetProperty<S,E>
Simplified abstract implementation of ISetProperty.class
UnionSetProperty<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 class
ViewerSetProperty
Abstract set property implementation forViewer
properties.
-