java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.FileChooserUI javax.swing.plaf.basic.BasicFileChooserUI
public BasicFileChooserUI(JFileChooser b)
protected int cancelButtonMnemonic
protected String cancelButtonText
protected String cancelButtonToolTipText
public void clearIconCache()
protected Icon computerIcon
protected MouseListener createDoubleClickListener(JFileChooser fc, JList list)
public ListSelectionListener createListSelectionListener(JFileChooser fc)
protected void createModel()
public PropertyChangeListener createPropertyChangeListener(JFileChooser fc)
protected Icon detailsViewIcon
protected Icon directoryIcon
protected int directoryOpenButtonMnemonic
protected String directoryOpenButtonText
protected String directoryOpenButtonToolTipText
public void ensureFileIsVisible(JFileChooser fc, File f)
protected Icon fileIcon
protected Icon floppyDriveIcon
public FileFilter getAcceptAllFileFilter(JFileChooser fc)
public JPanel getAccessoryPanel()
protected JButton getApproveButton(JFileChooser fc)
public int getApproveButtonMnemonic(JFileChooser fc)
public String getApproveButtonText(JFileChooser fc)
public String getApproveButtonToolTipText(JFileChooser fc)
public Action getApproveSelectionAction()
public Action getCancelSelectionAction()
public Action getChangeToParentDirectoryAction()
public String getDialogTitle(JFileChooser fc)
protected File getDirectory()
setDirectory(java.io.File)
public String getDirectoryName()
public JFileChooser getFileChooser()
public String getFileName()
public FileView getFileView(JFileChooser fc)
public Action getGoHomeAction()
public BasicDirectoryModel getModel()
public Action getNewFolderAction()
public Action getUpdateAction()
protected Icon hardDriveIcon
protected int helpButtonMnemonic
protected String helpButtonText
protected String helpButtonToolTipText
protected Icon homeFolderIcon
public void installComponents(JFileChooser fc)
protected void installDefaults(JFileChooser fc)
protected void installIcons(JFileChooser fc)
protected void installListeners(JFileChooser fc)
protected void installStrings(JFileChooser fc)
public void installUI(JComponent c)
JComponent.updateUI()
JComponent.setUI(javax.swing.plaf.ComponentUI)
protected boolean isDirectorySelected()
protected Icon listViewIcon
protected Icon newFolderIcon
protected int openButtonMnemonic
protected String openButtonText
protected String openButtonToolTipText
public void rescanCurrentDirectory(JFileChooser fc)
protected int saveButtonMnemonic
protected String saveButtonText
protected String saveButtonToolTipText
protected void setDirectory(File f)
public void setDirectoryName(String dirname)
protected void setDirectorySelected(boolean b)
public void setFileName(String filename)
public void uninstallComponents(JFileChooser fc)
protected void uninstallDefaults(JFileChooser fc)
protected void uninstallIcons(JFileChooser fc)
protected void uninstallListeners(JFileChooser fc)
protected void uninstallStrings(JFileChooser fc)
public void uninstallUI(JComponent c)
ComponentUI.installUI(javax.swing.JComponent)
protected int updateButtonMnemonic
protected String updateButtonText
protected String updateButtonToolTipText
protected Icon upFolderIcon