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

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


   *            the value type of the property
   * @return a value property which observes the value of an
   *         {@link IObservableValue}.
   */
  public static IValueProperty observableValue(Object valueType) {
    return new ObservableValueProperty(valueType);
  }
View Full Code Here

TOP

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

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.