java.lang.Object
org.gjt.sp.jedit.search.BufferListSet
org.gjt.sp.jedit.search.AllBufferSet
- All Implemented Interfaces:
SearchFileSet
A file set for searching all open buffers in a view.
- Version:
- $Id: AllBufferSet.java 25108 2020-03-31 22:41:49Z kpouer $
- Author:
- Slava Pestov
-
Constructor Summary
-
Method Summary
Methods inherited from class org.gjt.sp.jedit.search.BufferListSet
getFileCount, getFiles, getFirstFile, getLastFile, getNextFile, getPrevFile, invalidateCachedList
-
Constructor Details
-
AllBufferSet
Creates a view buffer set.- Parameters:
glob
- The filename globview
- The view to check for open buffers- Since:
- jEdit 5.1pre1
-
-
Method Details
-
getView
- Since:
- jEdit 5.1pre1
-
getFileFilter
Returns the filename filter.- Since:
- jEdit 2.7pre3
-
getCode
Returns the BeanShell code that will recreate this file set.- Specified by:
getCode
in interfaceSearchFileSet
- Overrides:
getCode
in classBufferListSet
- Since:
- jEdit 2.7pre3
-
_getFiles
Description copied from class:BufferListSet
Note that the paths in the returned list must be fully canonicalized.- Specified by:
_getFiles
in classBufferListSet
-