|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
jcreek.cke.command.CreekFileFilter
Field Summary | |
protected java.util.Hashtable |
docTypes
List of document types supported by Creek. |
Constructor Summary | |
CreekFileFilter(java.util.Hashtable types)
Creates a new CreekFileFilter object. |
Method Summary | |
boolean |
accept(java.io.File pathname)
Tests whether or not the specified abstract pathname should be included in a pathname list. |
java.lang.String |
getDescription()
Returns the description of this file type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Hashtable docTypes
Constructor Detail |
public CreekFileFilter(java.util.Hashtable types)
types
- supported document typesMethod Detail |
public boolean accept(java.io.File pathname)
pathname
- The pathname to be tested.
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |