public abstract class BufferListSet extends java.lang.Object implements SearchFileSet
| Constructor and Description | 
|---|
| BufferListSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract java.lang.String[] | _getFiles(java.awt.Component comp)Note that the paths in the returned list must be
 fully canonicalized. | 
| java.lang.String | getCode()Returns the BeanShell code that will recreate this file set. | 
| int | getFileCount(View view)Returns the number of files in this file set. | 
| java.lang.String[] | getFiles(View view)Returns all path names in this file set. | 
| java.lang.String | getFirstFile(View view)Returns the first file to search. | 
| java.lang.String | getLastFile(View view)Returns the last file to search. | 
| java.lang.String | getNextFile(View view,
           java.lang.String path)Returns the next file to search. | 
| java.lang.String | getPrevFile(View view,
           java.lang.String path)Returns the previous file in the set. | 
| void | invalidateCachedList() | 
public java.lang.String getFirstFile(View view)
SearchFileSetgetFirstFile in interface SearchFileSetview - The view performing the searchpublic java.lang.String getLastFile(View view)
SearchFileSetgetLastFile in interface SearchFileSetview - The view performing the searchpublic java.lang.String getNextFile(View view, java.lang.String path)
SearchFileSetgetNextFile in interface SearchFileSetview - The view performing the searchpath - The last file searchedpublic java.lang.String getPrevFile(View view, java.lang.String path)
SearchFileSetgetPrevFile in interface SearchFileSetview - The view performing the searchpath - The last file searchedpublic java.lang.String[] getFiles(View view)
SearchFileSetgetFiles in interface SearchFileSetview - The view performing the searchpublic int getFileCount(View view)
SearchFileSetgetFileCount in interface SearchFileSetpublic java.lang.String getCode()
SearchFileSetgetCode in interface SearchFileSetpublic void invalidateCachedList()
protected abstract java.lang.String[] _getFiles(java.awt.Component comp)