com.fullspan.pwkeep.gui
Class PwkFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by com.fullspan.pwkeep.gui.PwkFileFilter

public class PwkFileFilter
extends javax.swing.filechooser.FileFilter

Filter to display filenames matching *.pwk.

Version:
$Revision: 1.3 $, $Date: 2004/01/18 07:21:04 $
Author:
Mitch Stuart, $Author: mitch $
See Also:
PwkFileMgr.FILE_EXTENSION_WITH_DOT

Field Summary
static java.lang.String DESCRIPTION
           
 
Constructor Summary
PwkFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTION

public static final java.lang.String DESCRIPTION
Constructor Detail

PwkFileFilter

public PwkFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Specified by:
accept in class javax.swing.filechooser.FileFilter

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.filechooser.FileFilter