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