Package | Description |
---|---|
org.eclipse.swt.graphics | |
org.eclipse.swt.printing | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
DeviceData |
Device.getDeviceData()
Returns a
DeviceData based on the receiver. |
Modifier and Type | Method and Description |
---|---|
protected void |
Device.create(DeviceData data)
Creates the device in the operating system.
|
Constructor and Description |
---|
Device(DeviceData data)
Constructs a new instance of this class.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Printer.create(DeviceData deviceData)
Creates the printer handle.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Display.create(DeviceData data)
Creates the device in the operating system.
|
Constructor and Description |
---|
Display(DeviceData data)
Constructs a new instance of this class using the parameter.
|
Copyright © 2017. All Rights Reserved.