|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.swing.filechooser.FileFilter
|
+--y.io.SuffixFileFilter
A file filter that accepts file names with a specific suffix.
| Constructor Summary | |
SuffixFileFilter(String acceptingSuffix,
String description)
Creates a new instance of YFileFilter. |
|
SuffixFileFilter(String acceptingSuffix,
String description,
boolean acceptDir)
Creates a new instance of YFileFilter. |
|
| Method Summary | |
boolean |
accept(File f)
|
boolean |
equals(Object o)
|
String |
getAcceptingSuffix()
|
String |
getDescription()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SuffixFileFilter(String acceptingSuffix,
String description)
acceptingSuffix - the suffix string for accepted file names.description - a descriptive String for the accepted file format
public SuffixFileFilter(String acceptingSuffix,
String description,
boolean acceptDir)
acceptingSuffix - the suffix string for accepted file names.description - a descriptive String for the accepted file formatacceptDir - whether or not this filter accepts directories| Method Detail |
public boolean accept(File f)
accept in class FileFilterpublic String getAcceptingSuffix()
public String getDescription()
getDescription in class FileFilterpublic boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||