Uses of Enum Class
javafx.print.PrinterJob.JobStatus
-
Uses of PrinterJob.JobStatus in javafx.print
Modifier and TypeClassDescriptionstatic enum
An enum class used in reporting status of a print job.Modifier and TypeMethodDescriptionfinal PrinterJob.JobStatus
PrinterJob.getJobStatus()
Gets the value of thejobStatus
property.static PrinterJob.JobStatus
Returns the enum constant of this class with the specified name.static PrinterJob.JobStatus[]
PrinterJob.JobStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPrinterJob.jobStatusProperty()
A read only object property representing the currentJobStatus