Home
last modified time | relevance | path

Searched refs:dstCategory (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/print/
H A DServiceUI.java232 Class dstCategory = Destination.class; in printDialog() local
236 if (attributes.containsKey(dstCategory) && in printDialog()
237 !newas.containsKey(dstCategory)) in printDialog()
239 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/print/
H A DServiceUI.java232 Class dstCategory = Destination.class; in printDialog() local
236 if (attributes.containsKey(dstCategory) && in printDialog()
237 !newas.containsKey(dstCategory)) in printDialog()
239 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java235 Class<?> dstCategory = Destination.class; in printDialog() local
239 if (attributes.containsKey(dstCategory) && in printDialog()
240 !newas.containsKey(dstCategory)) in printDialog()
242 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java235 Class<?> dstCategory = Destination.class; in printDialog() local
239 if (attributes.containsKey(dstCategory) && in printDialog()
240 !newas.containsKey(dstCategory)) in printDialog()
242 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java235 Class<?> dstCategory = Destination.class; in printDialog() local
239 if (attributes.containsKey(dstCategory) && in printDialog()
240 !newas.containsKey(dstCategory)) in printDialog()
242 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java240 Class<?> dstCategory = Destination.class; in printDialog() local
244 if (attributes.containsKey(dstCategory) && in printDialog()
245 !newas.containsKey(dstCategory)) in printDialog()
247 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java240 Class<?> dstCategory = Destination.class; in printDialog() local
244 if (attributes.containsKey(dstCategory) && in printDialog()
245 !newas.containsKey(dstCategory)) in printDialog()
247 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java235 Class<?> dstCategory = Destination.class; in printDialog() local
239 if (attributes.containsKey(dstCategory) && in printDialog()
240 !newas.containsKey(dstCategory)) in printDialog()
242 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java235 Class<?> dstCategory = Destination.class; in printDialog() local
239 if (attributes.containsKey(dstCategory) && in printDialog()
240 !newas.containsKey(dstCategory)) in printDialog()
242 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/print/
H A DServiceUI.java235 Class<?> dstCategory = Destination.class; in printDialog() local
239 if (attributes.containsKey(dstCategory) && in printDialog()
240 !newas.containsKey(dstCategory)) in printDialog()
242 attributes.remove(dstCategory); in printDialog()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
922 Class<Destination> dstCategory = Destination.class; in updateInfo() local
929 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
942 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
922 Class<Destination> dstCategory = Destination.class; in updateInfo() local
929 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
942 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
922 Class<Destination> dstCategory = Destination.class; in updateInfo() local
929 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
942 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DServiceDialog.java403 Class dstCategory = Destination.class; in showFileChooser() local
405 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
407 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
409 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
448 asCurrent.remove(dstCategory); in showFileChooser()
451 asCurrent.remove(dstCategory); in showFileChooser()
930 Class dstCategory = Destination.class; in updateInfo() local
937 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
940 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
922 Class<Destination> dstCategory = Destination.class; in updateInfo() local
929 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
942 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
922 Class<Destination> dstCategory = Destination.class; in updateInfo() local
929 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
942 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
922 Class<Destination> dstCategory = Destination.class; in updateInfo() local
929 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
942 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
925 Class<Destination> dstCategory = Destination.class; in updateInfo() local
932 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
945 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java392 Class<Destination> dstCategory = Destination.class; in showFileChooser() local
394 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
396 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
398 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
437 asCurrent.remove(dstCategory); in showFileChooser()
440 asCurrent.remove(dstCategory); in showFileChooser()
922 Class<Destination> dstCategory = Destination.class; in updateInfo() local
929 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()
942 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/print/
H A DServiceDialog.java403 Class dstCategory = Destination.class; in showFileChooser() local
405 Destination dst = (Destination)asCurrent.get(dstCategory); in showFileChooser()
407 dst = (Destination)asOriginal.get(dstCategory); in showFileChooser()
409 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory); in showFileChooser()
448 asCurrent.remove(dstCategory); in showFileChooser()
451 asCurrent.remove(dstCategory); in showFileChooser()
930 Class dstCategory = Destination.class; in updateInfo() local
937 if (psCurrent.isAttributeCategorySupported(dstCategory)) { in updateInfo()
940 Destination dst = (Destination)asCurrent.get(dstCategory); in updateInfo()