antLogger.logServer
Class AntLoggerFileFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--antLogger.logServer.AntLoggerFileFilter

public class AntLoggerFileFilter
extends FileFilter

***********************************************
© 2001-2002 by Webstor

WebstorFileFilter
filters the extensions

Author:
Pascal Mengelt
Version: 1.0 - 12. october 2001

Constructor Summary
AntLoggerFileFilter(String[] exts, String descr)
          initialize the dialog

Method Summary
 booleanaccept(File f)
           
 StringgetDescription()
           

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

Constructor Detail

AntLoggerFileFilter

public AntLoggerFileFilter(String[] exts, String descr)
initialize the dialog
Parameters:
label - title of the border
Method Detail

accept

public boolean accept(File f)

getDescription

public String getDescription()