Eclipse Platform
Release 3.4

Package org.eclipse.core.databinding.beans

Provides classes for observing JavaBeans(tm) objects.

See:
          Description

Interface Summary
IBeanObservable Provides access to details of bean observables.
 

Class Summary
BeansObservables A factory for creating observable objects of Java objects that conform to the JavaBean specification for bound properties.
PojoObservables A factory for creating observable objects for POJOs (plain old java objects) that conform to idea of an object with getters and setters but does not provide property change events on change.
 

Package org.eclipse.core.databinding.beans Description

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.


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.