Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.printing: Javadoc index of package org.eclipse.swt.printing.


Package Samples:

org.eclipse.swt.printing

Classes:

Printer: Instances of this class are used to print to a printer. Applications create a GC on a printer using new GC(printer) and then draw on the printer GC using the usual graphics calls. A Printer object may be constructed by providing a PrinterData object which identifies the printer. A PrintDialog presents a print dialog to the user and returns an initialized instance of PrinterData . Alternatively, calling new Printer() will construct a printer object for the user's default printer. Application code must explicitly invoke the Printer.dispose() method to release the operating system resources managed ...
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. For example, the number of pages and copies can be specified, as well as whether or not the print job should go to a file. Application code does not need to explicitly release the resources managed by each instance when those instances are no longer required, and thus no dispose() method is provided.
PrintDialog: Instances of this class allow the user to select a printer and various print-related parameters prior to starting a print job. IMPORTANT: This class is intended to be subclassed only within the SWT implementation.

Home | Contact Us | Privacy Policy | Terms of Service