Uses of Interface
org.eclipse.core.databinding.property.IProperty
-
Packages that use IProperty Package Description org.eclipse.core.databinding.beans Provides classes for observing JavaBeans(tm) objects.org.eclipse.core.databinding.property Interfaces and classes for representing and observing properties of objects.org.eclipse.core.databinding.property.list org.eclipse.core.databinding.property.map org.eclipse.core.databinding.property.set org.eclipse.core.databinding.property.value org.eclipse.jface.databinding.swt Provides classes that can be used to observe changes in SWT widgets.org.eclipse.jface.databinding.viewers 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.beans Modifier and Type Interface Description interfaceIBeanListProperty<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.interfaceIBeanPropertyAn 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 IProperty Modifier and Type Interface Description interfaceIPropertyObservable<P extends IProperty>Provides access to the details of property observablesFields in org.eclipse.core.databinding.property declared as IProperty Modifier and Type Field Description IPropertySimplePropertyEvent. propertyThe property on which the event took place.Constructors in org.eclipse.core.databinding.property with parameters of type IProperty Constructor Description NativePropertyListener(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.list Modifier and Type Interface Description interfaceIListProperty<S,E>Interface for list-typed properties.Classes in org.eclipse.core.databinding.property.list that implement IProperty Modifier and Type Class Description classDelegatingListProperty<S,E>classListProperty<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.map Modifier and Type Interface Description interfaceIMapProperty<S,K,V>Interface for map-typed propertiesClasses in org.eclipse.core.databinding.property.map that implement IProperty Modifier and Type Class Description classDelegatingMapProperty<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.set Modifier and Type Interface Description interfaceISetProperty<S,E>Interface for set-typed propertiesClasses in org.eclipse.core.databinding.property.set that implement IProperty Modifier and Type Class Description classDelegatingSetProperty<S,E>classSetProperty<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.value Modifier and Type Interface Description interfaceIValueProperty<S,T>Interface for value-typed propertiesClasses in org.eclipse.core.databinding.property.value that implement IProperty Modifier and Type Class Description classDelegatingValueProperty<S,T>classSimpleValueProperty<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.swt Modifier and Type Interface Description interfaceIWidgetListProperty<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 IProperty Modifier and Type Class Description classWidgetListProperty<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.viewers Modifier and Type Interface Description interfaceIViewerListProperty<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 IProperty Modifier and Type Class Description classViewerListProperty<S,E>Abstract list property implementation forViewerproperties.classViewerSetProperty<S,E>Abstract set property implementation forViewerproperties.classViewerValueProperty<S,T>Abstract value property implementation forViewerproperties.
-