Uses of Interface
org.eclipse.core.databinding.property.IProperty
Packages that use 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
Subinterfaces of IProperty in org.eclipse.core.databinding.beansModifier and TypeInterfaceDescriptioninterfaceIBeanListProperty<S,E> AnIListPropertyextension interface with convenience methods for creating nested bean properties.interfaceIBeanMapProperty<S,K, V> AnIMapPropertyextension interface with convenience methods for creating nested bean properties.interfaceAn IProperty extension interface providing access to details of bean properties.interfaceIBeanSetProperty<S,E> AnISetPropertyextension interface with convenience methods for creating nested bean properties.interfaceIBeanValueProperty<S,T> AnIValuePropertyextension interface with convenience methods for creating nested bean properties. -
Uses of IProperty in org.eclipse.core.databinding.property
Classes in org.eclipse.core.databinding.property with type parameters of type IPropertyModifier and TypeInterfaceDescriptioninterfaceIPropertyObservable<P extends IProperty>Provides access to the details of property observablesFields in org.eclipse.core.databinding.property declared as IPropertyModifier and TypeFieldDescriptionfinal IPropertySimplePropertyEvent.propertyThe property on which the event took place.Constructors in org.eclipse.core.databinding.property with parameters of type IPropertyModifierConstructorDescriptionNativePropertyListener(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
Subinterfaces of IProperty in org.eclipse.core.databinding.property.listModifier and TypeInterfaceDescriptioninterfaceIListProperty<S,E> Interface for list-typed properties.Classes in org.eclipse.core.databinding.property.list that implement IPropertyModifier and TypeClassDescriptionclassclassListProperty<S,E> Abstract implementation of IListProperty.classMultiListProperty<S,E> A list property for observing multiple list properties in sequence in a combined list.classSimpleListProperty<S,E> Simplified abstract implementation of IListProperty. -
Uses of IProperty in org.eclipse.core.databinding.property.map
Subinterfaces of IProperty in org.eclipse.core.databinding.property.mapModifier and TypeInterfaceDescriptioninterfaceIMapProperty<S,K, V> Interface for map-typed propertiesClasses in org.eclipse.core.databinding.property.map that implement IPropertyModifier and TypeClassDescriptionclassDelegatingMapProperty<S,K, V> classMapProperty<S,K, V> Abstract implementation of IMapPropertyclassSimpleMapProperty<S,K, V> Simplified abstract implementation of IMapProperty. -
Uses of IProperty in org.eclipse.core.databinding.property.set
Subinterfaces of IProperty in org.eclipse.core.databinding.property.setModifier and TypeInterfaceDescriptioninterfaceISetProperty<S,E> Interface for set-typed propertiesClasses in org.eclipse.core.databinding.property.set that implement IPropertyModifier and TypeClassDescriptionclassclassSetProperty<S,E> Abstract implementation of ISetPropertyclassSimpleSetProperty<S,E> Simplified abstract implementation of ISetProperty.classUnionSetProperty<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
Subinterfaces of IProperty in org.eclipse.core.databinding.property.valueModifier and TypeInterfaceDescriptioninterfaceIValueProperty<S,T> Interface for value-typed propertiesClasses in org.eclipse.core.databinding.property.value that implement IPropertyModifier and TypeClassDescriptionclassclassSimpleValueProperty<S,T> Simplified abstract implementation of IValueProperty.classValueProperty<S,T> Abstract implementation of IValueProperty -
Uses of IProperty in org.eclipse.jface.databinding.swt
Subinterfaces of IProperty in org.eclipse.jface.databinding.swtModifier and TypeInterfaceDescriptioninterfaceIWidgetListProperty<S extends Widget,E> IListPropertyfor observing an SWT WidgetinterfaceIWidgetValueProperty<S extends Widget,T> IValuePropertyfor observing an SWT WidgetClasses in org.eclipse.jface.databinding.swt that implement IPropertyModifier and TypeClassDescriptionclassWidgetListProperty<S extends Widget,E> Abstract list property implementation forWidgetproperties.classWidgetValueProperty<S extends Widget,T> Abstract value property implementation forWidgetproperties. -
Uses of IProperty in org.eclipse.jface.databinding.viewers
Subinterfaces of IProperty in org.eclipse.jface.databinding.viewersModifier and TypeInterfaceDescriptioninterfaceIViewerListProperty<S,E> IListPropertyfor observing a JFace viewerinterfaceIViewerSetProperty<S,E> ISetPropertyfor observing a JFace viewerinterfaceIViewerValueProperty<S,T> IValuePropertyfor observing a JFace viewerClasses in org.eclipse.jface.databinding.viewers that implement IPropertyModifier and TypeClassDescriptionclassViewerListProperty<S,E> Abstract list property implementation forViewerproperties.classViewerSetProperty<S,E> Abstract set property implementation forViewerproperties.classViewerValueProperty<S,T> Abstract value property implementation forViewerproperties.