Package org.eclipse.jface.internal.databinding.swt

Examples of org.eclipse.jface.internal.databinding.swt.WidgetItemsProperty


   *
   * @return a list property for observing the items of a {@link CCombo},
   *         {@link Combo} or {@link List}.
   */
  public static IWidgetListProperty items() {
    return new WidgetItemsProperty();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jface.internal.databinding.swt.WidgetItemsProperty

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.