edu.princeton.cs.algs4.growingtree.framework
Class TextFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by edu.princeton.cs.algs4.growingtree.framework.TextFileFilter

public class TextFileFilter
extends javax.swing.filechooser.FileFilter


Constructor Summary
TextFileFilter()
           
 
Method Summary
 boolean accept(java.io.File pathname)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFileFilter

public TextFileFilter()
Method Detail

accept

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

getDescription

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