|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.filechooser.FileView javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
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)
A human readable description of the file. |
Icon |
getIcon(File f)
The icon that represents this file in the JFileChooser. |
String |
getName(File f)
The name of the file. |
String |
getTypeDescription(File f)
A human readable description of the type of the file. |
Boolean |
isHidden(File f)
|
Methods inherited from class javax.swing.filechooser.FileView |
isTraversable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Hashtable iconCache
Constructor Detail |
public BasicFileChooserUI.BasicFileView()
Method Detail |
public void clearIconCache()
public String getName(File f)
FileView
getName
in class FileView
public String getDescription(File f)
FileView
getDescription
in class FileView
public String getTypeDescription(File f)
FileView
getTypeDescription
in class FileView
public Icon getCachedIcon(File f)
public void cacheIcon(File f, Icon i)
public Icon getIcon(File f)
FileView
getIcon
in class FileView
public Boolean isHidden(File f)
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.