com.melloware.jukes.file.filter
Class lstFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by com.melloware.jukes.file.filter.lstFilter

public final class lstFilter
extends FileFilter

Filters for *.lst files in JFileChooser.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0 AZ Development 2009
Author:
Emil A. Lefkof III

Field Summary
static String[] EXTENSIONS
           
static String lst
           
 
Constructor Summary
lstFilter()
          Default Constuctor
 
Method Summary
 boolean accept(File aFile)
          Accept all files such as .lst.
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lst

public static final String lst
See Also:
Constant Field Values

EXTENSIONS

public static final String[] EXTENSIONS
Constructor Detail

lstFilter

public lstFilter()
Default Constuctor

Method Detail

accept

public boolean accept(File aFile)
Accept all files such as .lst.

Specified by:
accept in class FileFilter
See Also:
FileFilter.accept(java.io.File)

getDescription

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


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.