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

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

Related Classes of org.eclipse.core.internal.databinding.property.value.SelfValueProperty

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.