com.melloware.jukes.file.filter
Class CsvFilter

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

public final class CsvFilter
extends FileFilter

Filters for csv files in JFileChooser. Such as .csv files.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

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

Field Detail

CSV

public static final String CSV
See Also:
Constant Field Values

EXTENSIONS

public static final String[] EXTENSIONS
Constructor Detail

CsvFilter

public CsvFilter()
Default Constuctor

Method Detail

getDescription

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

accept

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

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


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