gui
Class JAPDll.MyFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by gui.JAPDll.MyFileFilter
Enclosing class:
JAPDll

private static class JAPDll.MyFileFilter
extends javax.swing.filechooser.FileFilter


Field Summary
private  java.lang.String ACCOUNT_DESCRIPTION
           
static java.lang.String DLL_EXTENSION
           
private  int filterType
           
 
Constructor Summary
private JAPDll.MyFileFilter()
           
 
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

DLL_EXTENSION

public static final java.lang.String DLL_EXTENSION
See Also:
Constant Field Values

ACCOUNT_DESCRIPTION

private final java.lang.String ACCOUNT_DESCRIPTION
See Also:
Constant Field Values

filterType

private int filterType
Constructor Detail

JAPDll.MyFileFilter

private JAPDll.MyFileFilter()
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