Examples of WidgetMinimumProperty


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

   *
   * @return a value property for observing the minimum value of a
   *         {@link Scale}, {@link Slider} (since 1.5) or {@link Spinner}.
   */
  public static IWidgetValueProperty minimum() {
    return new WidgetMinimumProperty();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.