Package | Description |
---|---|
org.eclipse.swt.graphics |
SWT graphics classes.
|
org.eclipse.swt.printing |
SWT Printing support classes.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
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 (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.