|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.application.PrintManager
Manage document printing.
| Field Summary | |
protected static PrintManager |
defaultManager
|
protected java.awt.print.PageFormat |
pageFormat
|
| Constructor Summary | |
PrintManager()
Creates a new instance of PrintManager |
|
| Method Summary | |
static PrintManager |
defaultManager()
Get the default print manager. |
java.awt.print.PageFormat |
getPageFormat()
Get the page format set by the user or the default one if none has been set. |
void |
pageSetup()
Show the PageSetup dialog so the user can set the PageFormat. |
void |
print(XalDocument document)
Print a document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static PrintManager defaultManager
protected java.awt.print.PageFormat pageFormat
| Constructor Detail |
public PrintManager()
| Method Detail |
public static PrintManager defaultManager()
public java.awt.print.PageFormat getPageFormat()
public void pageSetup()
public void print(XalDocument document)
document - The document to print.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||