Searched refs:getSystemDisplayName (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/demo/share/jfc/FileChooserDemo/
H A DExampleFileSystemView.java88 public String getSystemDisplayName(File f) { method in class:ExampleFileSystemView
89 String displayName = super.getSystemDisplayName(f);
/openjdk9/jdk/test/javax/swing/JFileChooser/6688203/
H A Dbug6688203.java65 fileSystemView.getSystemDisplayName(file);
/openjdk9/jdk/test/javax/swing/JFileChooser/6698013/
H A Dbug6698013.java108 public String getSystemDisplayName(File file) { method in class:VirtualFileSystemView
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DWindowsPlacesBar.java94 String folderName = fsv.getSystemDisplayName(files[i]);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/filechooser/
H A DFileSystemView.java183 public String getSystemDisplayName(File f) { method in class:FileSystemView
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java921 return fsv.getSystemDisplayName(o).compareTo(fsv.getSystemDisplayName(o1));
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java1438 fileName = getFileChooser().getFileSystemView().getSystemDisplayName(f);

Completed in 205 milliseconds