Class BasicFileChooserUI.BasicFileView
- java.lang.Object
-
- javax.swing.filechooser.FileView
-
- javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
- Enclosing class:
- BasicFileChooserUI
protected class BasicFileChooserUI.BasicFileView extends FileView
A basic file view.
Fields
Modifier and Type | Field | Description |
---|---|---|
protected Hashtable<File,Icon> | iconCache | The icon cache |
Constructors
Constructor | Description |
---|---|
BasicFileView() | Constructs a |
Methods
Modifier and Type | Method | Description |
---|---|---|
void | cacheIcon(File f,
Icon i) | Caches an icon for a file. |
void | clearIconCache() | Clears the icon cache. |
Icon | getCachedIcon(File f) | Returns the cached icon for the file. |
Boolean | isHidden(File f) | Returns whether or not a file is hidden. |
Methods declared in class javax.swing.filechooser.FileView
getDescription, getIcon, getName, getTypeDescription, isTraversable
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Fields
iconCache
protected Hashtable<File,Icon> iconCache
The icon cache
Constructors
BasicFileView
public BasicFileView()
Constructs a BasicFileView
.
Methods
clearIconCache
public void clearIconCache()
Clears the icon cache.
getCachedIcon
public Icon getCachedIcon(File f)
Returns the cached icon for the file.
- Parameters:
-
f
- the file - Returns:
- the cached icon for the file
cacheIcon
public void cacheIcon(File f, Icon i)
Caches an icon for a file.
- Parameters:
-
f
- the file -
i
- the icon
isHidden
public Boolean isHidden(File f)
Returns whether or not a file is hidden.
- Parameters:
-
f
- the file - Returns:
- whether or not a file is hidden
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/plaf/basic/BasicFileChooserUI.BasicFileView.html