Package org.knowm.xchart
Class XChartPanel.SuffixSaveFilter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.knowm.xchart.XChartPanel.SuffixSaveFilter
-
- Enclosing class:
- XChartPanel<T extends Chart<?,?>>
private static class XChartPanel.SuffixSaveFilter extends javax.swing.filechooser.FileFilterFile filter based on the suffix of a file. This file filter accepts all files that end with .suffix or the capitalized suffix.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringsuffix
-
Constructor Summary
Constructors Constructor Description SuffixSaveFilter(java.lang.String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.io.File f)java.lang.StringgetDescription()
-