Uses of Class
org.eclipse.core.databinding.property.list.SimpleListProperty
Packages that use SimpleListProperty
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 SimpleListProperty in org.eclipse.jface.databinding.swt
Subclasses of SimpleListProperty in org.eclipse.jface.databinding.swtModifier and TypeClassDescriptionclass
WidgetListProperty<S extends Widget,
E> Abstract list property implementation forWidget
properties. -
Uses of SimpleListProperty in org.eclipse.jface.databinding.viewers
Subclasses of SimpleListProperty in org.eclipse.jface.databinding.viewersModifier and TypeClassDescriptionclass
ViewerListProperty<S,
E> Abstract list property implementation forViewer
properties.