public abstract class FileFilter
extends javax.swing.filechooser.FileFilter
| Constructor and Description |
|---|
FileFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getDefaultExtension()
Gets the default file extension, which will be
added to the selected file if its extension is not
valid.
|