Uses of Class
org.eclipse.swt.graphics.DeviceData
Package
Description
SWT graphics classes.
SWT Printing support classes.
SWT widget public API classes.
-
Uses of DeviceData in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionDevice.getDeviceData()
Returns aDeviceData
based on the receiver.Modifier and TypeMethodDescriptionprotected void
Device.create
(DeviceData data) Creates the device in the operating system. -
Uses of DeviceData in org.eclipse.swt.printing
Modifier and TypeClassDescriptionfinal class
Instances of this class are descriptions of a print job in terms of the printer, and the scope and type of printing that is desired.Modifier and TypeMethodDescriptionprotected void
Printer.create
(DeviceData deviceData) Creates the printer handle. -
Uses of DeviceData in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionprotected void
Display.create
(DeviceData data) Creates the device in the operating system.ModifierConstructorDescriptionDisplay
(DeviceData data) Constructs a new instance of this class using the parameter.