Package org.eclipse.core.databinding.beans
Provides classes for observing JavaBeans(tm) objects.
Package Specification
This package provides classes that can be used to observe objects that conform to the JavaBean specification for bound properties.
-
Interface Summary Interface Description IBeanListProperty<S,E> AnIListPropertyextension interface with convenience methods for creating nested bean properties.IBeanMapProperty<S,K,V> AnIMapPropertyextension interface with convenience methods for creating nested bean properties.IBeanObservable Provides access to details of bean observables.IBeanProperty An IProperty extension interface providing access to details of bean properties.IBeanSetProperty<S,E> AnISetPropertyextension interface with convenience methods for creating nested bean properties.IBeanValueProperty<S,T> AnIValuePropertyextension interface with convenience methods for creating nested bean properties. -
Class Summary Class Description BeanProperties Deprecated. This class has replaced by the classBeanProperties.BeansObservables Deprecated. useBeanPropertiesinsteadPojoObservables Deprecated. usePojoPropertiesinsteadPojoProperties Deprecated. This class has replaced by the classPojoProperties.