Uses of Enum Class
org.eclipse.swt.graphics.AutoscalingMode
Packages that use AutoscalingMode
Package
Description
SWT graphics classes.
SWT widget public API classes.
-
Uses of AutoscalingMode in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return AutoscalingModeModifier and TypeMethodDescriptionstatic AutoscalingModeReturns the enum constant of this class with the specified name.static AutoscalingMode[]AutoscalingMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AutoscalingMode in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type AutoscalingModeModifier and TypeMethodDescriptionbooleanControl.setAutoscalingMode(AutoscalingMode autoscalingMode) Sets the autoscaling mode for this widget.