Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.application.timewarp.utilities
Class BlankFileFilter  view BlankFileFilter download BlankFileFilter.java

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byorg.scopemvc.application.timewarp.utilities.BlankFileFilter

public class BlankFileFilter
extends javax.swing.filechooser.FileFilter

Implementation of FileFilter that only displays directories.

Version:
1.0

Constructor Summary
BlankFileFilter()
          Empty constructor.
 
Method Summary
 boolean accept(java.io.File f)
          Tells the JFileChooser what types of files to display.
 java.lang.String getDescription()
          The human readable description of the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankFileFilter

public BlankFileFilter()
Empty constructor.

Method Detail

getDescription

public java.lang.String getDescription()
The human readable description of the file.


accept

public boolean accept(java.io.File f)
Tells the JFileChooser what types of files to display.