Examples of SelfListProperty


Examples of org.eclipse.core.internal.databinding.property.list.SelfListProperty

   *            the element type of the property
   * @return a list property which takes the source object (a {@link List}) as
   *         the property list.
   */
  public static IListProperty selfList(Object elementType) {
    return new SelfListProperty(elementType);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.