com.alee.laf.filechooser
Class WebFileChooserUI.WebFileView

java.lang.Object
  extended by javax.swing.filechooser.FileView
      extended by com.alee.laf.filechooser.WebFileChooserUI.WebFileView
Enclosing class:
WebFileChooserUI

protected class WebFileChooserUI.WebFileView
extends javax.swing.filechooser.FileView

Special FileView for file chooser.


Constructor Summary
WebFileChooserUI.WebFileView()
          Constructs new WebFileView instance.
 
Method Summary
 java.lang.String getDescription(java.io.File f)
          
 javax.swing.Icon getIcon(java.io.File f)
          
 java.lang.String getName(java.io.File f)
          
 java.lang.String getTypeDescription(java.io.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
 

Constructor Detail

WebFileChooserUI.WebFileView

public WebFileChooserUI.WebFileView()
Constructs new WebFileView instance.

Method Detail

getName

public java.lang.String getName(java.io.File f)

Overrides:
getName in class javax.swing.filechooser.FileView

getDescription

public java.lang.String getDescription(java.io.File f)

Overrides:
getDescription in class javax.swing.filechooser.FileView

getTypeDescription

public java.lang.String getTypeDescription(java.io.File f)

Overrides:
getTypeDescription in class javax.swing.filechooser.FileView

getIcon

public javax.swing.Icon getIcon(java.io.File f)

Overrides:
getIcon in class javax.swing.filechooser.FileView