examples.filechooser
Class ImageFileView

java.lang.Object
  |
  +--javax.swing.filechooser.FileView
        |
        +--examples.filechooser.ImageFileView

public class ImageFileView
extends FileView

Title: Vemaxs VML Editor


Description:


Copyright: Copyright (c) 2002


Company: 5Freunde(Tanja Bellaire, Carsten Fritz, Nadja Schemmert, Lothar Schulz, Daniel Thoene)

Author:
Nadja
Version: 1.0

Field Summary
 private final static Loggerlog
           
 (package private) ImageIconvemIcon
           

Method Summary
 StringgetDescription(File f)
           
 IcongetIcon(File f)
           
 StringgetName(File f)
           
 StringgetTypeDescription(File f)
           
 BooleanisTraversable(File f)
           

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

log

private final static Logger log

vemIcon

ImageIcon vemIcon
Method Detail

getDescription

public String getDescription(File f)

getIcon

public Icon getIcon(File f)

getName

public String getName(File f)

getTypeDescription

public String getTypeDescription(File f)

isTraversable

public Boolean isTraversable(File f)

Association Links

to Class javax.swing.ImageIcon