gui
Class SimpleFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by gui.SimpleFileFilter

public class SimpleFileFilter
extends javax.swing.filechooser.FileFilter


Field Summary
private  int filterType
           
private  java.lang.String m_strDesc
           
private  java.lang.String m_strExtension
           
 
Constructor Summary
SimpleFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
 int getFilterType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_strDesc

private java.lang.String m_strDesc

m_strExtension

private java.lang.String m_strExtension

filterType

private int filterType
Constructor Detail

SimpleFileFilter

public SimpleFileFilter()
Method Detail

getFilterType

public int getFilterType()

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