The Meta-Environment API

nl.cwi.sen1.gui.plugin
Class DialogFileView

java.lang.Object
  extended by javax.swing.filechooser.FileView
      extended by nl.cwi.sen1.gui.plugin.DialogFileView

public class DialogFileView
extends javax.swing.filechooser.FileView


Field Summary
(package private)  DialogFileSystemView fsv
           
 
Constructor Summary
DialogFileView(DialogFileSystemView fsv)
           
 
Method Summary
 java.lang.String getName(java.io.File f)
           
 
Methods inherited from class javax.swing.filechooser.FileView
getDescription, getIcon, getTypeDescription, isTraversable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fsv

DialogFileSystemView fsv
Constructor Detail

DialogFileView

public DialogFileView(DialogFileSystemView fsv)
Method Detail

getName

public java.lang.String getName(java.io.File f)
Overrides:
getName in class javax.swing.filechooser.FileView

The Meta-Environment API