Uses of Enum Class
javafx.print.PrinterJob.JobStatus
Packages that use PrinterJob.JobStatus
-
Uses of PrinterJob.JobStatus in javafx.print
Subclasses with type arguments of type PrinterJob.JobStatus in javafx.printModifier and TypeClassDescriptionstatic enum
An enum class used in reporting status of a print job.Methods in javafx.print that return PrinterJob.JobStatusModifier 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.Methods in javafx.print that return types with arguments of type PrinterJob.JobStatusModifier and TypeMethodDescriptionPrinterJob.jobStatusProperty()
A read only object property representing the currentJobStatus