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

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


   *
   * @return a list property for observing the multiple selection of an
   *         {@link ISelectionProvider}.
   */
  public static IViewerListProperty multipleSelection() {
    return new SelectionProviderMultipleSelectionProperty(false);
  }
View Full Code Here


   *         of an {@link IPostSelectionProvider}.
   *
   * @since 1.4
   */
  public static IViewerListProperty multiplePostSelection() {
    return new SelectionProviderMultipleSelectionProperty(true);
  }
View Full Code Here

TOP

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

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.