uic.widgets.filechooser
Class AbstractFileFilter
java.lang.Object
  
javax.swing.filechooser.FileFilter
      
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
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AbstractFileFilter
public AbstractFileFilter(String description)
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