Interface IBeanObservable
- All Superinterfaces:
IObserving
Provides access to details of bean observables.
This interface is not meant to be implemented by clients.
- Since:
- 3.3
-
Method Summary
Methods inherited from interface org.eclipse.core.databinding.observable.IObserving
getObserved
-
Method Details
-
getPropertyDescriptor
PropertyDescriptor getPropertyDescriptor()- Returns:
- property descriptor of the property being observed,
null
if the runtime time information was not provided on construction of the observable
-