Package org.eclipse.core.databinding.observable.list

Examples of org.eclipse.core.databinding.observable.list.DecoratingObservableList


   *            the list to wrap
   * @return a disposable proxy for the given observable list
   * @since 1.1
   */
  public static IObservableList proxyObservableList(IObservableList target) {
    return new DecoratingObservableList(target, false);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.databinding.observable.list.DecoratingObservableList

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.