9899100101102103104
* * @return a value property for observing the single selection of a * {@link ISelectionProvider}. */ public static IViewerValueProperty singleSelection() { return new SelectionProviderSingleSelectionProperty(false); }
111112113114115116117
* of a {@link IPostSelectionProvider}. * * @since 1.4 */ public static IViewerValueProperty singlePostSelection() { return new SelectionProviderSingleSelectionProperty(true); }