Examples of SelfSetProperty


Examples of org.eclipse.core.internal.databinding.property.set.SelfSetProperty

   *            the element type of the property
   * @return a set property which takes the source object (a {@link Set}) as
   *         the property set.
   */
  public static ISetProperty selfSet(Object elementType) {
    return new SelfSetProperty(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.