Lines Matching refs:description

86  * description: A component which allows for the interactive selection of a file.
429 * description: determines whether automatic drag handling is enabled
512 * description: The list of selected files if the chooser is in multiple selection mode.
553 * description: The directory that the JFileChooser is showing files of.
848 * description: Sets whether the approve & cancel buttons are shown.
906 * description: The type (open, save, custom) of the JFileChooser.
940 * description: The title of the JFileChooser dialog window.
976 * description: The tooltip text for the ApproveButton.
1025 * description: The mnemonic key accelerator for the ApproveButton.
1060 * description: The text that goes in the ApproveButton.
1122 * description: Adds a filter to the list of user choosable file filters.
1214 * description: Sets whether the AcceptAll FileFilter is used as an available choice in the choosable filter list.
1256 * description: Sets the accessory component on the JFileChooser.
1282 * description: Sets the types of files that the JFileChooser can choose.
1348 * description: Sets multiple file selection mode.
1390 * description: Sets file hiding on or off.
1414 * description: Sets the File Filter used to filter out files of type.
1457 * the icon that represents a file or the type description of a file.
1462 * description: Sets the File View used to get file type information.
1514 * Returns the file description.
1516 * @return the <code>String</code> containing the file description for
1521 String description = null;
1524 description = getFileView().getDescription(f);
1529 if(description == null && uiFileView != null) {
1530 description = uiFileView.getDescription(f);
1533 return description;
1539 * @return the <code>String</code> containing the file type description for
1631 * description: Sets the FileSytemView used to get filesystem information.
1819 * description: A string that specifies the name of the L&F class.