* current value of the given master value, behaves like the
* observable set created by the factory for that current value.
*/
public static IObservableSet detailSet(IObservableValue master,
IObservableFactory detailFactory, Object detailElementType) {
return new DetailObservableSet(detailFactory, master, detailElementType);
}