Uses of Interface
org.eclipse.core.databinding.property.IProperty
Package
Description
Provides classes for observing JavaBeans(tm) objects.
Interfaces and classes for representing and observing properties of objects.
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 IProperty in org.eclipse.core.databinding.beans
Modifier and TypeInterfaceDescriptioninterface
IBeanListProperty<S,
E> AnIListProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanMapProperty<S,
K, V> AnIMapProperty
extension interface with convenience methods for creating nested bean properties.interface
An IProperty extension interface providing access to details of bean properties.interface
IBeanSetProperty<S,
E> AnISetProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanValueProperty<S,
T> AnIValueProperty
extension interface with convenience methods for creating nested bean properties. -
Uses of IProperty in org.eclipse.core.databinding.property
Modifier and TypeInterfaceDescriptioninterface
IPropertyObservable<P extends IProperty>
Provides access to the details of property observablesModifier and TypeFieldDescriptionfinal IProperty
SimplePropertyEvent.property
The property on which the event took place.ModifierConstructorDescriptionNativePropertyListener
(IProperty property, ISimplePropertyListener<S, D> listener) Constructs a NativePropertyListener with the specified argumentsSimplePropertyEvent
(int type, S source, IProperty property, D diff) Constructs a PropertyChangeEvent with the given attributes. -
Uses of IProperty in org.eclipse.core.databinding.property.list
Modifier and TypeInterfaceDescriptioninterface
IListProperty<S,
E> Interface for list-typed properties.Modifier and TypeClassDescriptionclass
class
ListProperty<S,
E> Abstract implementation of IListProperty.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 IProperty in org.eclipse.core.databinding.property.map
Modifier and TypeInterfaceDescriptioninterface
IMapProperty<S,
K, V> Interface for map-typed propertiesModifier and TypeClassDescriptionclass
DelegatingMapProperty<S,
K, V> class
MapProperty<S,
K, V> Abstract implementation of IMapPropertyclass
SimpleMapProperty<S,
K, V> Simplified abstract implementation of IMapProperty. -
Uses of IProperty in org.eclipse.core.databinding.property.set
Modifier and TypeInterfaceDescriptioninterface
ISetProperty<S,
E> Interface for set-typed propertiesModifier and TypeClassDescriptionclass
class
SetProperty<S,
E> Abstract implementation of ISetPropertyclass
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 IProperty in org.eclipse.core.databinding.property.value
Modifier and TypeInterfaceDescriptioninterface
IValueProperty<S,
T> Interface for value-typed propertiesModifier and TypeClassDescriptionclass
class
SimpleValueProperty<S,
T> Simplified abstract implementation of IValueProperty.class
ValueProperty<S,
T> Abstract implementation of IValueProperty -
Uses of IProperty in org.eclipse.jface.databinding.swt
Modifier and TypeInterfaceDescriptioninterface
IWidgetListProperty<S extends Widget,
E> IListProperty
for observing an SWT Widgetinterface
IWidgetValueProperty<S extends Widget,
T> IValueProperty
for observing an SWT WidgetModifier and TypeClassDescriptionclass
WidgetListProperty<S extends Widget,
E> Abstract list property implementation forWidget
properties.class
WidgetValueProperty<S extends Widget,
T> Abstract value property implementation forWidget
properties. -
Uses of IProperty in org.eclipse.jface.databinding.viewers
Modifier and TypeInterfaceDescriptioninterface
IViewerListProperty<S,
E> IListProperty
for observing a JFace viewerinterface
IViewerSetProperty<S,
E> ISetProperty
for observing a JFace viewerinterface
IViewerValueProperty<S,
T> IValueProperty
for observing a JFace viewerModifier and TypeClassDescriptionclass
ViewerListProperty<S,
E> Abstract list property implementation forViewer
properties.class
ViewerSetProperty<S,
E> Abstract set property implementation forViewer
properties.class
ViewerValueProperty<S,
T> Abstract value property implementation forViewer
properties.