Uses of Class
org.eclipse.core.databinding.property.list.ListProperty
-
Packages that use ListProperty Package Description org.eclipse.core.databinding.property.list org.eclipse.jface.databinding.swt Provides classes that can be used to observe changes in SWT widgets.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework. -
-
Uses of ListProperty in org.eclipse.core.databinding.property.list
Subclasses of ListProperty in org.eclipse.core.databinding.property.list Modifier and Type Class Description class
DelegatingListProperty<S,E>
class
MultiListProperty<S,E>
A list property for observing multiple list properties in sequence in a combined list.class
SimpleListProperty<S,E>
Simplified abstract implementation of IListProperty. -
Uses of ListProperty in org.eclipse.jface.databinding.swt
Subclasses of ListProperty in org.eclipse.jface.databinding.swt Modifier and Type Class Description class
WidgetListProperty
Abstract list property implementation forWidget
properties. -
Uses of ListProperty in org.eclipse.jface.databinding.viewers
Subclasses of ListProperty in org.eclipse.jface.databinding.viewers Modifier and Type Class Description class
ViewerListProperty
Abstract list property implementation forViewer
properties.
-