|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.filechooser.FileFilter | +--ter.XML.XMLFilter
Title: XMLFilter
Description: just a little XML filter for the JFileChooser
Company: UNSA
Constructor Summary | |
XMLFilter()
|
Method Summary | |
boolean |
accept(java.io.File f)
return true if the file f is accepted by the Filter |
java.lang.String |
getDescription()
get the description of Filter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLFilter()
Method Detail |
public boolean accept(java.io.File f)
accept
in class javax.swing.filechooser.FileFilter
f
- the File to test
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |