examples.filechooser
Class ImageFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--examples.filechooser.ImageFilter

public class ImageFilter
extends FileFilter

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
           

Method Summary
 booleanaccept(File f)
           
 StringgetDescription()
           

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
Method Detail

accept

public boolean accept(File f)

getDescription

public String getDescription()