insensa.view.dialogs.helper
Class SingleFileView

java.lang.Object
  extended by javax.swing.filechooser.FileView
      extended by insensa.view.dialogs.helper.SingleFileView

public class SingleFileView
extends javax.swing.filechooser.FileView

Author:
dennis

Field Summary
private  insensa.imports.FileDescription fileDescription
           
 
Constructor Summary
SingleFileView(insensa.imports.FileDescription fileDescription)
           
 
Method Summary
 javax.swing.Icon getIcon(java.io.File f)
           
 
Methods inherited from class javax.swing.filechooser.FileView
getDescription, getName, getTypeDescription, isTraversable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileDescription

private insensa.imports.FileDescription fileDescription
Constructor Detail

SingleFileView

public SingleFileView(insensa.imports.FileDescription fileDescription)
Method Detail

getIcon

public javax.swing.Icon getIcon(java.io.File f)
Overrides:
getIcon in class javax.swing.filechooser.FileView
See Also:
FileView.getIcon(java.io.File)