nu.zoom.swing.desktop.component.filechooser.impl
Class RegExpFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by nu.zoom.swing.desktop.component.filechooser.impl.RegExpFileFilter

public class RegExpFileFilter
extends FileFilter

Version:
$Revision: $
Author:
$Author: $

Constructor Summary
RegExpFileFilter(String description, List<String> fileMatch)
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpFileFilter

public RegExpFileFilter(String description,
                        List<String> fileMatch)
Method Detail

accept

public boolean accept(File f)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter


Copyright © 2011. All Rights Reserved.