Examples of ObservableValueProperty


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
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.