Lines Matching defs:directory

387                         // Enable the newFolder action if the current directory
468 // PENDING(jeff) - get the name from the directory combobox
479 // PENDING(jeff) - set the name in the directory combobox
635 // Opens the File object if it's a traversable directory
674 // listens for drag events onto the JFileChooser and sets the selected file or directory
967 * Rescans the files in the current directory
1128 final File directory = (File)value;
1129 if (directory == null) {
1135 setText(chooser.getName(directory));
1136 setIcon(chooser.getIcon(directory));
1161 // Add the current directory to the model, and make it the
1167 * Removes the selected directory, and clears out the
1168 * path file entries leading up to that directory.
1178 * Adds the directory to the model and sets it to be selected,
1179 * additionally clears out the previous selected directory and
1182 void addItem(final File directory) {
1183 if (directory == null) { return; }
1188 // create File instances of each directory leading up to the top
1189 File f = directory.getAbsoluteFile();
1204 // selected directory in reverse order (current directory at top)
1482 // ** Add the directory/Accessory pane ** //
1672 // Consistent with the AppKit NSSavePanel, clicks on a file (not a directory) should populate the text field
1924 Approve button label = Open when list has focus and a directory is selected, Custom otherwise
1938 // - directory = open, file = approve
1974 // The OpenDirectory button should be disabled if there's no directory selected
1997 Approve button label = Open when list has focus and a directory is selected, Save otherwise
2126 // The OpenDirectory button should be disabled if there's no directory selected
2297 // Convenience, to translate from the JList directory view to the Mac-style JTable