|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
SetFilter
public class SetFilter
This is an file filter that accepts directories and .set files.
Field Summary | |
---|---|
static java.lang.String |
set
Set file extension |
Constructor Summary | |
---|---|
SetFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File f)
Accepts directories and set files. |
java.lang.String |
getDescription()
Returns the description of the filter. |
static java.lang.String |
getExtension(java.io.File f)
Deterimines the file extension of the passed in file, then returns it. |
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 set
Constructor Detail |
---|
public SetFilter()
Method Detail |
---|
public boolean accept(java.io.File f)
accept
in class javax.swing.filechooser.FileFilter
f
- File to test for acceptance
true
on accepted; false
otherwise.public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
public static java.lang.String getExtension(java.io.File f)
f
- The file to determine the extension of
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |