gui
Class SimpleFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
gui.SimpleFileFilter
public class SimpleFileFilter
- extends javax.swing.filechooser.FileFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_strDesc
private java.lang.String m_strDesc
m_strExtension
private java.lang.String m_strExtension
filterType
private int filterType
SimpleFileFilter
public SimpleFileFilter()
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