Public Member Functions | |
GenericFileFilter (String description, String...extensions) | |
boolean | accept (File pathname) |
String | getDescription () |
Static Private Member Functions | |
static String | getExtension (File f) |
Private Attributes | |
String[] | extensions |
String | description |
Definition at line 33 of file GenericFileFilter.java.
|
Creates a new file filter for the specified file type. The file extensions can have "." prefixes or not.
Definition at line 51 of file GenericFileFilter.java. References ikayaki.gui.GenericFileFilter.extensions, and ikayaki.gui.null. |
|
Tests whether or not the specified abstract pathname should be included in a pathname list.
Definition at line 83 of file GenericFileFilter.java. References ikayaki.gui.GenericFileFilter.extensions, ikayaki.gui.GenericFileFilter.getExtension(), and ikayaki.gui.null. |
Here is the call graph for this function:
|
Returns the file type description. Definition at line 118 of file GenericFileFilter.java. |
|
Returns the extension of the given file.
Definition at line 105 of file GenericFileFilter.java. References ikayaki.gui.null. Referenced by ikayaki.gui.GenericFileFilter.accept(). |
|
File type desription for the extensions. Definition at line 43 of file GenericFileFilter.java. |
|
Extensions to be shown. Definition at line 38 of file GenericFileFilter.java. Referenced by ikayaki.gui.GenericFileFilter.accept(), and ikayaki.gui.GenericFileFilter.GenericFileFilter(). |