Uses of Class
org.eclipse.core.databinding.property.list.ListProperty
Packages that use ListProperty
Package
Description
Provides classes that can be used to observe changes in SWT widgets.
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.listModifier and TypeClassDescriptionclass
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.swtModifier and TypeClassDescriptionclass
WidgetListProperty<S extends Widget,
E> Abstract list property implementation forWidget
properties. -
Uses of ListProperty in org.eclipse.jface.databinding.viewers
Subclasses of ListProperty in org.eclipse.jface.databinding.viewersModifier and TypeClassDescriptionclass
ViewerListProperty<S,
E> Abstract list property implementation forViewer
properties.