Uses of Class
javafx.print.PrinterJob.JobStatus
-
Packages that use PrinterJob.JobStatus 软件包 描述 javafx.print 提供JavaFX Printing API的公共类。 -
-
Uses of PrinterJob.JobStatus in javafx.print
Methods in javafx.print that return PrinterJob.JobStatus Modifier and Type 方法 描述 PrinterJob.JobStatus
PrinterJob. getJobStatus()
获取工作的当前状态。static PrinterJob.JobStatus
PrinterJob.JobStatus. valueOf(String name)
以指定的名称返回此类型的枚举常量。static PrinterJob.JobStatus[]
PrinterJob.JobStatus. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.print that return types with arguments of type PrinterJob.JobStatus Modifier and Type 方法 描述 ReadOnlyObjectProperty<PrinterJob.JobStatus>
PrinterJob. jobStatusProperty()
一个只读对象属性,代表当前的JobStatus
-