Examples of SelfValueProperty


Examples of org.eclipse.core.internal.databinding.property.value.SelfValueProperty

   *            the value type of the property
   * @return a value property which takes the source object itself as the
   *         property value.
   */
  public static IValueProperty selfValue(Object valueType) {
    return new SelfValueProperty(valueType);
  }
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.