org.ujmp.core.util.io
Class UJMPFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by org.ujmp.core.util.io.UJMPFileFilter

public class UJMPFileFilter
extends FileFilter


Constructor Summary
UJMPFileFilter(String label, String... suffix)
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 String[] getSuffix()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UJMPFileFilter

public UJMPFileFilter(String label,
                      String... suffix)
Method Detail

accept

public boolean accept(File f)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter

getSuffix

public String[] getSuffix()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.