|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.fx.print.PrinterJobObject
| Field Summary | |
protected Object |
nativeJob
|
protected boolean |
printerSelected
|
| Constructor Summary | |
PrinterJobObject()
|
|
| Method Summary | |
boolean |
cancel()
Cancel a print operation if one is underway. |
Handle |
getCurrentPrintingHandle()
Get the Handle for the current printing operation. |
protected abstract Task |
getPrintTask(Printable toPrint,
PageFormat format,
PrintOptions po)
Return a Task object that does the printing. |
boolean |
isPrinting()
Return if the PrintJob is currently printing. |
Handle |
print(Printable toPrint,
PageFormat format,
PrintOptions po)
This starts the printing process going. |
protected void |
printingComplete()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
protected Object nativeJob
protected boolean printerSelected
| Constructor Detail |
public PrinterJobObject()
| Method Detail |
public boolean isPrinting()
protected void printingComplete()
public Handle getCurrentPrintingHandle()
public boolean cancel()
public Handle print(Printable toPrint,
PageFormat format,
PrintOptions po)
protected abstract Task getPrintTask(Printable toPrint,
PageFormat format,
PrintOptions po)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||