Uses of Class
org.eclipse.swt.widgets.Scale
Packages that use Scale
Package
Description
Provides a framework for preferences.
-
Uses of Scale in org.eclipse.e4.ui.css.swt.dom
Methods in org.eclipse.e4.ui.css.swt.dom that return ScaleConstructors in org.eclipse.e4.ui.css.swt.dom with parameters of type Scale -
Uses of Scale in org.eclipse.jface.databinding.swt.typed
Methods in org.eclipse.jface.databinding.swt.typed that return types with arguments of type ScaleModifier and TypeMethodDescriptionstatic IWidgetValueProperty<Scale,
Integer> WidgetProperties.scaleSelection()
Returns a value property for observing the selection state of aScale
. -
Uses of Scale in org.eclipse.jface.preference
Fields in org.eclipse.jface.preference declared as ScaleModifier and TypeFieldDescriptionprotected Scale
ScaleFieldEditor.scale
The scale, ornull
if none.Methods in org.eclipse.jface.preference that return ScaleModifier and TypeMethodDescriptionScaleFieldEditor.getScaleControl()
Returns this field editor's scale control.