Package org.eclipse.core.databinding.observable.map

Examples of org.eclipse.core.databinding.observable.map.DecoratingObservableMap


   *            the map to wrap
   * @return a disposable proxy for the given observable map
   * @since 1.2
   */
  public static IObservableMap proxyObservableMap(IObservableMap target) {
    return new DecoratingObservableMap(target, false);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.databinding.observable.map.DecoratingObservableMap

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.