Uses of Class
org.eclipse.core.databinding.property.value.ValueProperty
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 ValueProperty in org.eclipse.core.databinding.property.value
Modifier and TypeClassDescriptionclass
class
SimpleValueProperty<S,
T> Simplified abstract implementation of IValueProperty. -
Uses of ValueProperty in org.eclipse.jface.databinding.swt
Modifier and TypeClassDescriptionclass
WidgetValueProperty<S extends Widget,
T> Abstract value property implementation forWidget
properties. -
Uses of ValueProperty in org.eclipse.jface.databinding.viewers
Modifier and TypeClassDescriptionclass
ViewerValueProperty<S,
T> Abstract value property implementation forViewer
properties.