PathwayLogic Assistant API

pla
Class ImageFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by pla.ImageFilter

public class ImageFilter
extends FileFilter

Author:
linda

Constructor Summary
ImageFilter(String description, int type)
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFilter

public ImageFilter(String description,
                   int type)
Method Detail

accept

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

getType

public int getType()

getDescription

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

PathwayLogic Assistant API