|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.widgets.Dialog org.eclipse.swt.printing.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.
Constructor Summary | |
PrintDialog(Shell parent)
Constructs a new instance of this class given only its parent. | |
PrintDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
Method Summary | |
protected void | checkSubclass()
Checks that this class can be subclassed. |
int | getEndPage()
Returns the end page setting that the user selected before pressing OK in the dialog. |
boolean | getPrintToFile()
Returns the 'Print to file' setting that the user selected before pressing OK in the dialog. |
int | getScope()
Returns the print job scope that the user selected before pressing OK in the dialog. |
int | getStartPage()
Returns the start page setting that the user selected before pressing OK in the dialog. |
PrinterData | open()
Makes the receiver visible and brings it to the front of the display. |
void | setEndPage(int endPage)
Sets the end page that the user will see when the dialog is opened. |
void | setPrintToFile(boolean printToFile)
Sets the 'Print to file' setting that the user will see when the dialog is opened. |
void | setScope(int scope)
Sets the scope of the print job. |
void | setStartPage(int startPage)
Sets the start page that the user will see when the dialog is opened. |
Methods inherited from class org.eclipse.swt.widgets.Dialog |
getParent, getStyle, getText, setText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrintDialog(Shell parent)
public PrintDialog(Shell parent, int style)
The style value is either one of the style constants defined in class SWT which is applicable to instances of this class, or must be built by bitwise OR'ing together (that is, using the int "|" operator) two or more of those SWT style constants. The class description lists the style constants that are applicable to the class. Style bits are also inherited from superclasses.
Method Detail |
public int getScope()
public void setScope(int scope)
public int getStartPage()
Note that this value is one based and only valid if the scope is PAGE_RANGE.
public void setStartPage(int startPage)
Note that this value is one based and only valid if the scope is PAGE_RANGE.
public int getEndPage()
Note that this value is one based and only valid if the scope is PAGE_RANGE.
public void setEndPage(int endPage)
Note that this value is one based and only valid if the scope is PAGE_RANGE.
public boolean getPrintToFile()
public void setPrintToFile(boolean printToFile)
protected void checkSubclass()
IMPORTANT: See the comment in Widget.checkSubclass().
public PrinterData open()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.