public class XmlFilter
extends javax.swing.filechooser.FileFilter
XmlFilter
class is used for showing only XML files in the directory listing of
a JFileChooser
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
xml
The xml extension
|
Constructor and Description |
---|
XmlFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File f) |
java.lang.String |
getDescription() |
public static final java.lang.String xml