Modifier and Type | Class and Description |
---|---|
protected class | BasicFileChooserUI.
Accept all file filter. |
protected class | BasicFileChooserUI.
Responds to an Open or Save request |
protected class | BasicFileChooserUI.
A basic file view. |
protected class | BasicFileChooserUI.
Responds to a cancel request. |
protected class | BasicFileChooserUI.
Change to parent directory action. |
protected class | BasicFileChooserUI.
A double click listener. |
pack-priv static class | BasicFileChooserUI.
Data transfer support for the file chooser. |
pack-priv static class | |
protected class | BasicFileChooserUI.
Acts on the "home" key event or equivalent event. |
private class | |
protected class | BasicFileChooserUI.
Creates a new folder. |
protected class | BasicFileChooserUI.
A selection listener. |
protected class | BasicFileChooserUI.
Rescans the files in the current directory |
Modifier and Type | Field and Description |
---|---|
private BasicFileChooserUI. | |
private JPanel | |
private FileFilter | |
private Action | |
protected int | cancelButtonMnemonic
Cancel button mnemonic |
protected String | cancelButtonText
Cancel button text |
protected String | cancelButtonToolTipText
Cancel button tool tip text |
private Action | |
private Action | |
protected Icon | computerIcon
Computer icon |
private static final TransferHandler | |
protected Icon | detailsViewIcon
Details view icon |
private File | |
private String | |
protected Icon | directoryIcon
Directory icon |
protected int | directoryOpenButtonMnemonic
The mnemonic keycode used for the approve button when a directory is selected and the current selection mode is FILES_ONLY. |
protected String | directoryOpenButtonText
The label text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY. |
protected String | directoryOpenButtonToolTipText
The tooltip text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY. |
private boolean | |
private JFileChooser | |
private String | |
protected Icon | fileIcon
File icon |
private BasicFileChooserUI. | |
protected Icon | floppyDriveIcon
Floppy drive icon |
private BasicFileChooserUI. | |
private Action | |
private BasicFileChooserUI. | |
protected Icon | hardDriveIcon
Hard drive icon |
protected int | helpButtonMnemonic
Help button mnemonic |
protected String | helpButtonText
Help button text |
protected String | helpButtonToolTipText
Help button tool tip text |
protected Icon | homeFolderIcon
Home folder icon |
protected Icon | listViewIcon
List view icon |
private BasicDirectoryModel | |
private Action | |
private String | |
private String | |
protected Icon | newFolderIcon
New folder icon |
private String | |
private String | |
protected int | openButtonMnemonic
Open button mnemonic |
protected String | openButtonText
Open button text |
protected String | openButtonToolTipText
Open button tool tip text |
private String | openDialogTitleText
Open dialog title text |
private PropertyChangeListener | |
private boolean | |
protected int | saveButtonMnemonic
Save button mnemonic |
protected String | saveButtonText
Save button text |
protected String | saveButtonToolTipText
Save button tool tip text |
private String | saveDialogTitleText
Save dialog title text |
private Action | |
protected int | updateButtonMnemonic
Update button mnemonic |
protected String | updateButtonText
Update button text |
protected String | updateButtonToolTipText
Update button tool tip text |
protected Icon | upFolderIcon
Up folder icon |
private boolean | |
protected Icon | viewMenuIcon
View menu icon |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private void | |
public void | |
pack-priv ActionMap | |
protected MouseListener | Returns: a double click listenerthe file chooser fc, JList<?> the list list)Creates a double click listener. |
public ListSelectionListener | Returns: a list selection listenerthe file chooser fc)Creates a list selection listener. |
protected void | |
public PropertyChangeListener | Returns: the property change listenerthe file chooser fc)Creates the property change listener. |
public static ComponentUI | Returns: theBasicFileChooserUI objectthe c)JFileChooser which needs a UIHides javax. BasicFileChooserUI implementation
for the specified component.
|
public void | ensureFileIsVisible(JFileChooser
the file chooser fc, File the file f)Implements abstract javax. |
public FileFilter | getAcceptAllFileFilter(JFileChooser
the file chooser fc)Implements abstract javax. |
public JPanel | |
pack-priv ActionMap | |
protected JButton | Returns: the approve buttonthe file chooser fc)Returns the approve button. |
public int | Returns: the approve button mnemonicthe file chooser fc)Returns the approve button mnemonic. |
public String | getApproveButtonText(JFileChooser
the file chooser fc)Implements abstract javax. |
public String | Returns: the approve button tool tipthe file chooser fc)Returns the approve button tool tip. |
public Action | |
public Action | |
public Action | Returns: a change to parent directory actionReturns a change to parent directory action. |
public JButton | getDefaultButton(JFileChooser
the fc)JFileChooser whose default button is requestedOverrides javax. LookAndFeel .
|
public String | Returns: the title of this dialogthe file chooser fc)Implements abstract javax. |
protected File | Returns: the value of thedirectory propertyProperty to remember the directory that is currently selected in the UI. |
public String | |
public JFileChooser | |
public String | |
public FileView | getFileView(JFileChooser
the file chooser fc)Implements abstract javax. |
public Action | |
private BasicFileChooserUI. | |
pack-priv InputMap | |
private int | |
public BasicDirectoryModel | |
public Action | |
public Action | |
public void | |
protected void | |
protected void | |
protected void | |
protected void | |
public void | installUI(JComponent
the component c)Overrides javax. |
protected boolean | Returns: true iff a directory is currently selected.Property to remember whether a directory is currently selected in the UI. |
private static boolean | |
public void | rescanCurrentDirectory(JFileChooser
the file chooser fc)Implements abstract javax. |
private void | |
protected void | setDirectory(File
the f)File object representing the directory that is
currently selectedProperty to remember the directory that is currently selected in the UI. |
public void | |
protected void | setDirectorySelected(boolean
iff a directory is currently selected. b)Property to remember whether a directory is currently selected in the UI. |
public void | |
public void | |
protected void | |
protected void | |
protected void | |
protected void | |
public void | uninstallUI(JComponent
the component c)Overrides javax. |