Package org.eclipse.core.databinding.observable.masterdetail
Provides classes that can be used to observe a detail of a master object.
Package Specification
This package provides classes that can be used to observe a detail of a master object. A common use case for master detail is observing the detail (e.g. name) of a master (e.g. selected Person) of a list of elements.
-
Interface Summary Interface Description IObservableFactory<T,E extends IObservable> Generates anIObservable
when passed a target instance. -
Class Summary Class Description MasterDetailObservables Allows for the observation of an attribute, the detail, of an observable representing selection or another transient instance, the master.