Eclipse Platform
Release 3.3

org.eclipse.core.databinding.beans
Interface IBeanObservable

All Superinterfaces:
IObserving

public interface IBeanObservable
extends IObserving

Provides access to details of bean observables.

This interface is not meant to be implemented by clients.

Since:
3.3

Method Summary
 PropertyDescriptor getPropertyDescriptor()
           
 
Methods inherited from interface org.eclipse.core.databinding.observable.IObserving
getObserved
 

Method Detail

getPropertyDescriptor

public PropertyDescriptor getPropertyDescriptor()
Returns:
property descriptor of the property being observed, null if the runtime time information was not provided on construction of the observable

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.