eu.vexpro.editor.pildifail
Class ImageFileView

java.lang.Object
  extended by javax.swing.filechooser.FileView
      extended by eu.vexpro.editor.pildifail.ImageFileView

public class ImageFileView
extends javax.swing.filechooser.FileView


Constructor Summary
ImageFileView()
           
 
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)
           
 java.lang.Boolean isTraversable(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFileView

public ImageFileView()
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

isTraversable

public java.lang.Boolean isTraversable(java.io.File f)
Overrides:
isTraversable 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