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

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


   *         {@link Button}, {@link CCombo}, {@link Combo}, {@link DateTime},
   *         {@link List}, {@link MenuItem}, {@link Scale}, {@link Slider} or
   *         {@link Spinner}.
   */
  public static IWidgetValueProperty selection() {
    return new WidgetSelectionProperty();
  }
View Full Code Here

TOP

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

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.