Package org.eclipse.jface.internal.databinding.viewers

Examples of org.eclipse.jface.internal.databinding.viewers.SelectionProviderSingleSelectionProperty


   *
   * @return a value property for observing the single selection of a
   *         {@link ISelectionProvider}.
   */
  public static IViewerValueProperty singleSelection() {
    return new SelectionProviderSingleSelectionProperty(false);
  }
View Full Code Here


   *         of a {@link IPostSelectionProvider}.
   *
   * @since 1.4
   */
  public static IViewerValueProperty singlePostSelection() {
    return new SelectionProviderSingleSelectionProperty(true);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jface.internal.databinding.viewers.SelectionProviderSingleSelectionProperty

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.