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

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

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

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.