Package | Description |
---|---|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Method and Description |
---|---|
PrinterJob.JobStatus |
PrinterJob.getJobStatus()
Obtain the current status of the job.
|
static PrinterJob.JobStatus |
PrinterJob.JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrinterJob.JobStatus[] |
PrinterJob.JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<PrinterJob.JobStatus> |
PrinterJob.jobStatusProperty()
A read only object property representing the current
JobStatus |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.