Java Platform 1.2

javax.swing.plaf.basic
Class BasicFileChooserUI.BasicFileView

java.lang.Object
  |
  +--javax.swing.filechooser.FileView
        |
        +--javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView

protected class BasicFileChooserUI.BasicFileView
extends FileView


Field Summary
protected  Hashtable iconCache
           
 
Constructor Summary
BasicFileChooserUI.BasicFileView()
           
 
Method Summary
 void cacheIcon(File f, Icon i)
           
 void clearIconCache()
           
 Icon getCachedIcon(File f)
           
 String getDescription(File f)
           
 Icon getIcon(File f)
           
 String getName(File f)
           
 String getTypeDescription(File f)
           
 Boolean isHidden(File f)
           
 Boolean isTraversable(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconCache

protected Hashtable iconCache
Constructor Detail

BasicFileChooserUI.BasicFileView

public BasicFileChooserUI.BasicFileView()
Method Detail

clearIconCache

public void clearIconCache()

getName

public String getName(File f)
Overrides:
getName in class FileView

getDescription

public String getDescription(File f)
Overrides:
getDescription in class FileView

getTypeDescription

public String getTypeDescription(File f)
Overrides:
getTypeDescription in class FileView

getCachedIcon

public Icon getCachedIcon(File f)

cacheIcon

public void cacheIcon(File f,
                      Icon i)

getIcon

public Icon getIcon(File f)
Overrides:
getIcon in class FileView

isTraversable

public Boolean isTraversable(File f)
Overrides:
isTraversable in class FileView

isHidden

public Boolean isHidden(File f)

Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.