|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.search.BufferListSet
org.gjt.sp.jedit.search.AllBufferSet
A file set for searching all open buffers.
Constructor Summary | |
AllBufferSet(String glob)
Creates a new all buffer set. |
Method Summary | |
protected String[] |
_getFiles(Component comp)
Note that the paths in the returned list must be fully canonicalized. |
String |
getCode()
Returns the BeanShell code that will recreate this file set. |
String |
getFileFilter()
Returns the filename filter. |
Methods inherited from class org.gjt.sp.jedit.search.BufferListSet |
getFileCount, getFiles, getFirstFile, getNextFile, invalidateCachedList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AllBufferSet(String glob)
glob
- The filename globMethod Detail |
public String getFileFilter()
public String getCode()
getCode
in interface SearchFileSet
getCode
in class BufferListSet
protected String[] _getFiles(Component comp)
BufferListSet
_getFiles
in class BufferListSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |