< prev index next >

modules/javafx.graphics/src/main/java/javafx/print/PrinterJob.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

@@ -416,12 +416,12 @@
     }
 
     /**
      * An enum class used in reporting status of a print job.
      * Applications can listen to the job status via the
-     * {@link #jobStatus jobStatus} property, or may query it directly
-     * using {@link javafx.print.PrinterJob#getJobStatus getJobStatus()}.
+     * {@link #jobStatusProperty() jobStatus} property, or may query it directly
+     * using {@link PrinterJob#getJobStatus() getJobStatus()}.
      * <p>
      * The typical life cycle of a job is as follows :
      * <ul>
      * <li>job will be created with status <code>NOT_STARTED</code> and
      * will stay there during configuration via dialogs etc.
< prev index next >