org.gjt.sp.jedit.search
Class HyperSearchResult
java.lang.Object
org.gjt.sp.jedit.search.HyperSearchResult
- public class HyperSearchResult
- extends java.lang.Object
An occurrence of the search string.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
path
public java.lang.String path
buffer
public Buffer buffer
line
public int line
start
public int start
end
public int end
startPos
public javax.swing.text.Position startPos
endPos
public javax.swing.text.Position endPos
str
public java.lang.String str
HyperSearchResult
public HyperSearchResult(Buffer buffer,
int line,
int start,
int end)
bufferOpened
public void bufferOpened(Buffer buffer)
bufferClosed
public void bufferClosed()
getBuffer
public Buffer getBuffer()
toString
public java.lang.String toString()