Package jmri.profile
Class ProfileFileFilter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- jmri.profile.ProfileFileFilter
-
public class ProfileFileFilter extends javax.swing.filechooser.FileFilter
FileFilter for use in a JFileChooser.
-
-
Constructor Summary
Constructors Constructor Description ProfileFileFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.io.File f)
java.lang.String
getDescription()
-
-
-
Constructor Detail
-
ProfileFileFilter
public ProfileFileFilter()
-
-
Method Detail
-
accept
public boolean accept(java.io.File f)
- Specified by:
accept
in classjavax.swing.filechooser.FileFilter
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in classjavax.swing.filechooser.FileFilter
-
-