|
Quaqua 8.0 2011-10-02 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.filechooser.FileView
ch.randelshofer.quaqua.filechooser.QuaquaFileView
public class QuaquaFileView
A FileView for the Quaqua Look and Feel.
| Constructor Summary | |
|---|---|
QuaquaFileView(QuaquaFileSystemView fsv)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription(java.io.File f)
A human readable description of the file. |
javax.swing.Icon |
getIcon(java.io.File f)
The icon that represents this file in the JFileChooser. |
java.lang.String |
getName(java.io.File f)
The name of the file. |
java.lang.String |
getTypeDescription(java.io.File f)
A human readable description of the type of the file. |
java.lang.Boolean |
isTraversable(java.io.File f)
Whether the directory is traversable or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuaquaFileView(QuaquaFileSystemView fsv)
| Method Detail |
|---|
public java.lang.String getName(java.io.File f)
getName in class javax.swing.filechooser.FileViewpublic java.lang.String getDescription(java.io.File f)
getDescription in class javax.swing.filechooser.FileViewpublic java.lang.String getTypeDescription(java.io.File f)
getTypeDescription in class javax.swing.filechooser.FileViewpublic javax.swing.Icon getIcon(java.io.File f)
getIcon in class javax.swing.filechooser.FileViewpublic java.lang.Boolean isTraversable(java.io.File f)
isTraversable in class javax.swing.filechooser.FileView
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||