Searched defs:getSystemDisplayName (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DExampleFileSystemView.java88 public String getSystemDisplayName(File f) { method in class:ExampleFileSystemView
89 String displayName = super.getSystemDisplayName(f);
/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java176 public String getSystemDisplayName(File f) { method in class:FileSystemView
/openjdk7/jdk/test/javax/swing/JFileChooser/6698013/
H A Dbug6698013.java85 public String getSystemDisplayName(File file) { method in class:VirtualFileSystemView

Completed in 41 milliseconds