Uses of Class
org.eclipse.swt.printing.PrinterData
-
Packages that use PrinterData Package Description org.eclipse.swt.printing SWT Printing support classes. -
-
Uses of PrinterData in org.eclipse.swt.printing
Methods in org.eclipse.swt.printing that return PrinterData Modifier and Type Method Description static PrinterDataPrinter. getDefaultPrinterData()Returns aPrinterDataobject representing the default printer ornullif there is no default printer.PrinterDataPrintDialog. getPrinterData()Returns the printer data that will be used when the dialog is opened.PrinterDataPrinter. getPrinterData()Returns aPrinterDataobject representing the target printer for this print job.static PrinterData[]Printer. getPrinterList()Returns an array ofPrinterDataobjects representing all available printers.PrinterDataPrintDialog. open()Makes the receiver visible and brings it to the front of the display.Methods in org.eclipse.swt.printing with parameters of type PrinterData Modifier and Type Method Description 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 PrinterData Constructor Description Printer(PrinterData data)Constructs a new printer given aPrinterDataobject representing the desired printer.
-