}
return super.observe(source);
}
public IObservableSet observe(Realm realm, Object source) {
IElementComparer comparer = null;
if (source instanceof StructuredViewer)
comparer = ((StructuredViewer) source).getComparer();
Set wrappedSet = ViewerElementSet.withComparer(comparer);
IObservableSet observable = new CheckableCheckedElementsObservableSet(
realm, wrappedSet, elementType, comparer, (ICheckable) source);