|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.search.CurrentBufferSet
A file set for searching the current buffer.
| Constructor Summary | |
CurrentBufferSet()
|
|
| Method Summary | |
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 |
getNextFile(View view,
java.lang.String file)
Returns the next file to search. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CurrentBufferSet()
| Method Detail |
public java.lang.String getFirstFile(View view)
SearchFileSet
getFirstFile in interface SearchFileSetview - The view performing the search
public java.lang.String getNextFile(View view,
java.lang.String file)
SearchFileSet
getNextFile in interface SearchFileSetview - The view performing the searchfile - The last file searchedpublic java.lang.String[] getFiles(View view)
SearchFileSet
getFiles in interface SearchFileSetview - The view performing the searchpublic int getFileCount(View view)
SearchFileSet
getFileCount in interface SearchFileSetpublic java.lang.String getCode()
SearchFileSet
getCode in interface SearchFileSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||