static class PlotFrame.PLTOrXMLFileFilter
extends javax.swing.filechooser.FileFilter
Constructor and Description |
---|
PLTOrXMLFileFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File fileOrDirectory)
Accept only .plt or .xml files.
|
java.lang.String |
getDescription()
The description of this filter
|
public boolean accept(java.io.File fileOrDirectory)
accept
in class javax.swing.filechooser.FileFilter
fileOrDirectory
- The file to be checked.public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter