Home
last modified time | relevance | path

Searched refs:attrListeners (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java70 transient private Vector attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java70 private transient Vector<PrintJobAttributeListener> attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java70 transient private Vector attrListeners; field in PSStreamPrintJob
232 if (attrListeners == null) { in addPrintJobAttributeListener()
233 attrListeners = new Vector(); in addPrintJobAttributeListener()
236 attrListeners.add(listener); in addPrintJobAttributeListener()
247 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
250 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
254 attrListeners.remove(index); in removePrintJobAttributeListener()
256 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
257 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java83 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java83 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java83 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java83 transient private Vector attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java83 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java83 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java83 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java83 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintJob.java79 private transient Vector<PrintJobAttributeListener> attrListeners; field in Win32PrintJob
264 if (attrListeners == null) { in addPrintJobAttributeListener()
265 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
268 attrListeners.add(listener); in addPrintJobAttributeListener()
279 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
282 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
286 attrListeners.remove(index); in removePrintJobAttributeListener()
288 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
289 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java83 transient private Vector attrListeners; field in Win32PrintJob
268 if (attrListeners == null) { in addPrintJobAttributeListener()
269 attrListeners = new Vector(); in addPrintJobAttributeListener()
272 attrListeners.add(listener); in addPrintJobAttributeListener()
283 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
286 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
290 attrListeners.remove(index); in removePrintJobAttributeListener()
292 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
293 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java94 private transient Vector<PrintJobAttributeListener> attrListeners; field in UnixPrintJob
280 if (attrListeners == null) { in addPrintJobAttributeListener()
281 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
284 attrListeners.add(listener); in addPrintJobAttributeListener()
295 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
298 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
302 attrListeners.remove(index); in removePrintJobAttributeListener()
304 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
305 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java94 private transient Vector<PrintJobAttributeListener> attrListeners; field in UnixPrintJob
280 if (attrListeners == null) { in addPrintJobAttributeListener()
281 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
284 attrListeners.add(listener); in addPrintJobAttributeListener()
295 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
298 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
302 attrListeners.remove(index); in removePrintJobAttributeListener()
304 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
305 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java94 private transient Vector<PrintJobAttributeListener> attrListeners; field in UnixPrintJob
280 if (attrListeners == null) { in addPrintJobAttributeListener()
281 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
284 attrListeners.add(listener); in addPrintJobAttributeListener()
295 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
298 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
302 attrListeners.remove(index); in removePrintJobAttributeListener()
304 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
305 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java94 transient private Vector attrListeners; field in UnixPrintJob
275 if (attrListeners == null) { in addPrintJobAttributeListener()
276 attrListeners = new Vector(); in addPrintJobAttributeListener()
279 attrListeners.add(listener); in addPrintJobAttributeListener()
290 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
293 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
297 attrListeners.remove(index); in removePrintJobAttributeListener()
299 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
300 attrListeners = null; in removePrintJobAttributeListener()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java94 private transient Vector<PrintJobAttributeListener> attrListeners; field in UnixPrintJob
280 if (attrListeners == null) { in addPrintJobAttributeListener()
281 attrListeners = new Vector<>(); in addPrintJobAttributeListener()
284 attrListeners.add(listener); in addPrintJobAttributeListener()
295 if (listener == null || attrListeners == null ) { in removePrintJobAttributeListener()
298 int index = attrListeners.indexOf(listener); in removePrintJobAttributeListener()
302 attrListeners.remove(index); in removePrintJobAttributeListener()
304 if (attrListeners.isEmpty()) { in removePrintJobAttributeListener()
305 attrListeners = null; in removePrintJobAttributeListener()

12