Uses of Class
org.eclipse.swt.printing.PrinterData
Packages that use PrinterData
-
Uses of PrinterData in org.eclipse.swt.printing
Fields in org.eclipse.swt.printing declared as PrinterDataModifier and TypeFieldDescription(package private) PrinterDataPrinter.data(package private) static PrinterDataPrinter.findData(package private) PrinterDataPrintDialog.printerData(package private) static PrinterData[]Printer.printerListMethods in org.eclipse.swt.printing that return PrinterDataModifier and TypeMethodDescriptionstatic PrinterDataPrinter.getDefaultPrinterData()Returns aPrinterDataobject representing the default printer ornullif there is no default printer.PrintDialog.getPrinterData()Returns the printer data that will be used when the dialog is opened.Printer.getPrinterData()Returns aPrinterDataobject representing the target printer for this print job.static PrinterData[]Printer.getPrinterList()Returns an array ofPrinterDataobjects representing all available printers.PrintDialog.open()Makes the receiver visible and brings it to the front of the display.(package private) static PrinterDataPrinter.printerDataFromGtkPrinter(long printer) Methods in org.eclipse.swt.printing with parameters of type PrinterDataModifier and TypeMethodDescription(package private) static DeviceDataPrinter.checkNull(PrinterData data) (package private) static longPrinter.gtkPrinterFromPrinterData(PrinterData data) voidPrintDialog.setPrinterData(PrinterData data) Sets the printer data that will be used when the dialog is opened.Constructors in org.eclipse.swt.printing with parameters of type PrinterDataModifierConstructorDescriptionPrinter(PrinterData data) Constructs a new printer given aPrinterDataobject representing the desired printer.