Uses of Class
org.eclipse.swt.graphics.DeviceData
Packages that use DeviceData
Package
Description
SWT graphics classes.
SWT Printing support classes.
SWT widget public API classes.
- 
Uses of DeviceData in org.eclipse.swt.graphicsMethods in org.eclipse.swt.graphics that return DeviceDataModifier and TypeMethodDescriptionDevice.getDeviceData()Returns aDeviceDatabased on the receiver.Methods in org.eclipse.swt.graphics with parameters of type DeviceDataModifier and TypeMethodDescriptionprotected voidDevice.create(DeviceData data) Creates the device in the operating system.Constructors in org.eclipse.swt.graphics with parameters of type DeviceData
- 
Uses of DeviceData in org.eclipse.swt.printingSubclasses of DeviceData in org.eclipse.swt.printingModifier and TypeClassDescriptionfinal classInstances of this class are descriptions of a print job in terms of the printer, and the scope and type of printing that is desired.Methods in org.eclipse.swt.printing with parameters of type DeviceDataModifier and TypeMethodDescriptionprotected voidPrinter.create(DeviceData deviceData) Creates the printer handle.
- 
Uses of DeviceData in org.eclipse.swt.widgetsMethods in org.eclipse.swt.widgets with parameters of type DeviceDataModifier and TypeMethodDescriptionprotected voidDisplay.create(DeviceData data) Creates the device in the operating system.Constructors in org.eclipse.swt.widgets with parameters of type DeviceDataModifierConstructorDescriptionDisplay(DeviceData data) Constructs a new instance of this class using the parameter.