|
||||||||||
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 formatpublic 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 directoriesMethod Detail |
public boolean accept(File f)
accept
in class FileFilter
public String getAcceptingSuffix()
public String getDescription()
getDescription
in class FileFilter
public boolean equals(Object o)
equals
in class Object
public 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 |