java.lang.Object
javax.swing.filechooser.FileFilter
com.barteo.emulator.app.ui.swing.ExtensionFileFilter
- public class ExtensionFileFilter
- extends javax.swing.filechooser.FileFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
java.lang.String description
extensions
java.util.Hashtable extensions
ExtensionFileFilter
public ExtensionFileFilter(java.lang.String description)
accept
public boolean accept(java.io.File file)
- Description copied from class:
javax.swing.filechooser.FileFilter
- Returns
true
if the specified file matches the filter, and
false
otherwise.
addExtension
public void addExtension(java.lang.String extension)
getDescription
public java.lang.String getDescription()
- Description copied from class:
javax.swing.filechooser.FileFilter
- Returns a description of the files that will be selected by the filter
(for example, "Java source files"). This description will usually be
displayed on the javax.swing.JFileChooser component, often in a combo box that
is used to select the appropriate filter (in cases where more than one
filter is available).
getExtension
java.lang.String getExtension(java.io.File file)