futils
Class ListImageFiles

java.lang.Object
  extended by futils.ListImageFiles

public class ListImageFiles
extends java.lang.Object


Constructor Summary
ListImageFiles()
           
 
Method Summary
static java.io.File[] getFileList(java.lang.String prompt)
           
static java.io.File[] getImgFileList(java.lang.String prompt)
          getImgFileList will retrieve a list of files from a directory, filtered to include only files with a common image file extension
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListImageFiles

public ListImageFiles()
Method Detail

main

public static void main(java.lang.String[] args)

getFileList

public static java.io.File[] getFileList(java.lang.String prompt)

getImgFileList

public static java.io.File[] getImgFileList(java.lang.String prompt)
getImgFileList will retrieve a list of files from a directory, filtered to include only files with a common image file extension

Parameters:
prompt - - title prompt of file browser window
Returns:
File[] - a list of files filtered to include only files with a common img extension