Searched refs:getTypeDescription (Results 1 - 20 of 20) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/filechooser/
H A DFileView.java103 public String getTypeDescription(File f) { method in class:FileView
/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DInterfaceType.java65 writer.p("// " + getTypeDescription() + " (INNER)");
67 writer.p("// " + getTypeDescription() + "");
H A DArrayType.java157 public String getTypeDescription () { method in class:ArrayType
158 return "Array of " + type.getTypeDescription();
H A DClassType.java78 writer.p("// " + getTypeDescription() + " (INNER)");
80 writer.p("// " + getTypeDescription());
H A DContextStack.java352 return it.toString() + " (trying " + it.getTypeDescription() + ")";
362 String str = it.toString() + " --> " + it.getTypeDescription();
413 public String getTypeDescription() { method in class:TypeContext
415 return ((Type) element).getTypeDescription();
H A DSpecialClassType.java110 public String getTypeDescription () { method in class:SpecialClassType
H A DNCInterfaceType.java101 public String getTypeDescription () { method in class:NCInterfaceType
H A DNCClassType.java106 public String getTypeDescription () { method in class:NCClassType
H A DRemoteType.java114 public String getTypeDescription () { method in class:RemoteType
H A DPrimitiveType.java129 public String getTypeDescription () { method in class:PrimitiveType
H A DAbstractType.java114 public String getTypeDescription () { method in class:AbstractType
H A DSpecialInterfaceType.java116 public String getTypeDescription () { method in class:SpecialInterfaceType
H A DImplementationType.java116 public String getTypeDescription () { method in class:ImplementationType
H A DType.java454 public abstract String getTypeDescription (); method in class:Type
741 throw new Error("Failed to find valid type to swap for " + invalidType + " mis-identified as " + invalidType.getTypeDescription());
743 //System.out.println("Swapped " + result + " from " + invalidType.getTypeDescription()
744 // + " to " + result.getTypeDescription());
H A DValueType.java140 public String getTypeDescription () { method in class:ValueType
/openjdk9/jdk/src/demo/share/jfc/FileChooserDemo/
H A DExampleFileView.java126 * @see FileView#getTypeDescription
129 public String getTypeDescription(File f) { method in class:ExampleFileView
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileView.java179 public String getTypeDescription(final File f) { method in class:AquaFileView
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java1562 * @see FileView#getTypeDescription
1564 public String getTypeDescription(File f) { method in class:JFileChooser
1568 typeDescription = getFileView().getTypeDescription(f);
1574 typeDescription = uiFileView.getTypeDescription(f);
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJFileChooserOperator.java1121 * Maps {@code JFileChooser.getTypeDescription(File)} through queue
1123 public String getTypeDescription(final File file) { method in class:JFileChooserOperator
1124 return (runMapping(new MapAction<String>("getTypeDescription") {
1127 return ((JFileChooser) getSource()).getTypeDescription(file);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java1449 public String getTypeDescription(File f) { method in class:BasicFileChooserUI.BasicFileView

Completed in 114 milliseconds