public abstract class FileFilterExtra
extends javax.swing.filechooser.FileFilter
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
extension |
protected int |
kind |
| Modifier | Constructor and Description |
|---|---|
protected |
FileFilterExtra() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtension()
Gets required extension if there is only one accepted by this filter.
|