|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
gui.JAPDll.MyFileFilter
private static class JAPDll.MyFileFilter
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 |
---|
public static final java.lang.String DLL_EXTENSION
private final java.lang.String ACCOUNT_DESCRIPTION
private int filterType
Constructor Detail |
---|
private JAPDll.MyFileFilter()
Method Detail |
---|
public int getFilterType()
public boolean accept(java.io.File f)
accept
in class javax.swing.filechooser.FileFilter
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |