uic.widgets.filechooser
Class AbstractFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by uic.widgets.filechooser.AbstractFileFilter
All Implemented Interfaces:
FileFilter
Direct Known Subclasses:
AllFilesFilter, UICFileFilter

public abstract class AbstractFileFilter
extends FileFilter
implements FileFilter

Abstract implementation for a filefilter. The function accept(File) must be implemented though.

Since:
2.0

Constructor Summary
AbstractFileFilter(String description)
           
 
Method Summary
 String getDescription()
          Returns description of this filefilter.
 
Methods inherited from class javax.swing.filechooser.FileFilter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.FileFilter
accept
 

Constructor Detail

AbstractFileFilter

public AbstractFileFilter(String description)
Method Detail

getDescription

public String getDescription()
Returns description of this filefilter.

Specified by:
getDescription in class FileFilter
Returns:
description of this filefilter.


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence