| java.lang.Object | |
| ↳ | sun.swing.PrintingStatus |
The PrintingStatus provides a dialog that displays progress
of the printing job and provides a way to abort it
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns printable which is used to track the current page being
printed in this PrintingStatus
| |||||||||||
Creates PrintingStatus instance
| |||||||||||
Disposes modal PrintingStatus dialog
| |||||||||||
Returns whether the printng was aborted using this PrintingStatus
| |||||||||||
Shows PrintingStatus dialog.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns printable which is used to track the current page being printed in this PrintingStatus
| printable | to be used to create notification printable |
|---|
| NullPointerException | if printable is null
|
|---|
Creates PrintingStatus instance
| parent | a Component object to be used
as parent component for PrintingStatus dialog |
|---|---|
| job | a PrinterJob object to be cancelled
using this PrintingStatus dialog |
PrintingStatus object
Returns whether the printng was aborted using this PrintingStatus
Shows PrintingStatus dialog.
if dialog is modal this method returns only
after dispose() was called otherwise returns immediately
| isModal | true this dialog should be modal;
false otherwise. |
|---|