Uses of Class
org.eclipse.swt.graphics.DeviceData
-
Packages that use DeviceData Package Description org.eclipse.swt.graphics org.eclipse.swt.printing org.eclipse.swt.widgets -
-
Uses of DeviceData in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return DeviceData Modifier and Type Method Description DeviceData
Device. getDeviceData()
Returns aDeviceData
based on the receiver.Methods in org.eclipse.swt.graphics with parameters of type DeviceData Modifier and Type Method Description protected void
Device. create(DeviceData data)
Creates the device in the operating system.Constructors in org.eclipse.swt.graphics with parameters of type DeviceData Constructor Description Device(DeviceData data)
Constructs a new instance of this class. -
Uses of DeviceData in org.eclipse.swt.printing
Subclasses of DeviceData in org.eclipse.swt.printing Modifier and Type Class Description class
PrinterData
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.Methods in org.eclipse.swt.printing with parameters of type DeviceData Modifier and Type Method Description protected void
Printer. create(DeviceData deviceData)
Creates the printer handle. -
Uses of DeviceData in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type DeviceData Modifier and Type Method Description protected void
Display. create(DeviceData data)
Creates the device in the operating system.Constructors in org.eclipse.swt.widgets with parameters of type DeviceData Constructor Description Display(DeviceData data)
Constructs a new instance of this class using the parameter.
-