Package org.eclipse.core.internal.databinding.observable

Examples of org.eclipse.core.internal.databinding.observable.ConstantObservableValue


   * @return an immutable observable value with the given constant value
   * @since 1.1
   */
  public static IObservableValue constantObservableValue(Realm realm,
      Object value, Object valueType) {
    return new ConstantObservableValue(realm, value, valueType);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.internal.databinding.observable.ConstantObservableValue

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.