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 interface
IBeanListProperty
AnIListProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanMapProperty
AnIMapProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanProperty
An IProperty extension interface providing access to details of bean properties.interface
IBeanSetProperty
AnISetProperty
extension interface with convenience methods for creating nested bean properties.interface
IBeanValueProperty
AnIValueProperty
extension 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 interface
IPropertyObservable<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 IProperty
SimplePropertyEvent. property
The property on which the event took placeConstructors 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 interface
IListProperty<S,E>
Interface for list-typed properties.Classes in org.eclipse.core.databinding.property.list that implement IProperty Modifier and Type Class Description class
DelegatingListProperty<S,E>
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
Subinterfaces of IProperty in org.eclipse.core.databinding.property.map Modifier and Type Interface Description interface
IMapProperty<S,K,V>
Interface for map-typed propertiesClasses in org.eclipse.core.databinding.property.map that implement IProperty Modifier and Type Class Description class
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
Subinterfaces of IProperty in org.eclipse.core.databinding.property.set Modifier and Type Interface Description interface
ISetProperty<S,E>
Interface for set-typed propertiesClasses in org.eclipse.core.databinding.property.set that implement IProperty Modifier and Type Class Description class
DelegatingSetProperty<S,E>
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
Subinterfaces of IProperty in org.eclipse.core.databinding.property.value Modifier and Type Interface Description interface
IValueProperty<S,T>
Interface for value-typed propertiesClasses in org.eclipse.core.databinding.property.value that implement IProperty Modifier and Type Class Description class
DelegatingValueProperty<S,T>
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
Subinterfaces of IProperty in org.eclipse.jface.databinding.swt Modifier and Type Interface Description interface
IWidgetListProperty
IListProperty
for observing an SWT Widgetinterface
IWidgetValueProperty
IValueProperty
for observing an SWT WidgetClasses in org.eclipse.jface.databinding.swt that implement IProperty Modifier and Type Class Description class
WidgetListProperty
Abstract list property implementation forWidget
properties.class
WidgetValueProperty
Abstract value property implementation forWidget
properties. -
Uses of IProperty in org.eclipse.jface.databinding.viewers
Subinterfaces of IProperty in org.eclipse.jface.databinding.viewers Modifier and Type Interface Description interface
IViewerListProperty
IListProperty
for observing a JFace viewerinterface
IViewerSetProperty
ISetProperty
for observing a JFace viewerinterface
IViewerValueProperty
IValueProperty
for observing a JFace viewerClasses in org.eclipse.jface.databinding.viewers that implement IProperty Modifier and Type Class Description class
ViewerListProperty
Abstract list property implementation forViewer
properties.class
ViewerSetProperty
Abstract set property implementation forViewer
properties.class
ViewerValueProperty
Abstract value property implementation forViewer
properties.
-