public class CurrentBufferSet extends java.lang.Object implements SearchFileSet
| Constructor and Description | 
|---|
| CurrentBufferSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 file)Returns the next file to search. | 
| java.lang.String | getPrevFile(View view,
           java.lang.String file)Returns the previous file in the set. | 
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 file)
SearchFileSetgetNextFile in interface SearchFileSetview - The view performing the searchfile - The last file searchedpublic java.lang.String getPrevFile(View view, java.lang.String file)
SearchFileSetgetPrevFile in interface SearchFileSetview - The view performing the searchfile - 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 SearchFileSet