|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.uifextras.printing.PrintManager
public final class PrintManager
The PrintManager prints instances of PrintableDocument. It creates the necessary print job and handles problems. The printing is delegated back to the PrintableDocument. Also, it provides behavior for opening a page setup dialog.
Method Summary | |
---|---|
static PageFormat |
getPageFormat()
Returns the current PageFormat. |
static void |
openPageSetupDialog()
Opens the default page setup dialog using the current page format. |
static void |
setPageFormat(PageFormat pf)
Sets the current PageFormat. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PageFormat getPageFormat()
public static void setPageFormat(PageFormat pf)
public static void openPageSetupDialog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |