Package org.eclipse.core.internal.databinding.property.set

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

Related Classes of org.eclipse.core.internal.databinding.property.set.SelfSetProperty

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.