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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java126 private boolean showDirectoryIcons; field in class:GTKFileChooserUI
762 if (prop.equals("GTKFileChooser.showDirectoryIcons")) {
763 showDirectoryIcons = Boolean.TRUE.equals(e.getNewValue());
773 showDirectoryIcons =
774 Boolean.TRUE.equals(fc.getClientProperty("GTKFileChooser.showDirectoryIcons"));
1031 if (showDirectoryIcons) {

Completed in 691 milliseconds