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

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


   * @return a set property for observing the checked elements of a
   *         {@link CheckboxTableViewer}, {@link CheckboxTreeViewer} or
   *         {@link ICheckable}.
   */
  public static IViewerSetProperty checkedElements(Object elementType) {
    return new ViewerCheckedElementsProperty(elementType);
  }
View Full Code Here

TOP

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

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.