Package org.ujmp.core.util.io
Class UJMPFileFilter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.ujmp.core.util.io.UJMPFileFilter
-
public class UJMPFileFilter extends javax.swing.filechooser.FileFilter
-
-
Constructor Summary
Constructors Constructor Description UJMPFileFilter(java.lang.String label, java.lang.String... suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.io.File f)
java.lang.String
getDescription()
java.lang.String[]
getSuffix()
java.lang.String
toString()
-
-
-
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
-
getSuffix
public java.lang.String[] getSuffix()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-