|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.editor.DocumentFinder
public class DocumentFinder
| Nested Class Summary | |
|---|---|
static class |
DocumentFinder.FindReplaceResult
Deprecated. |
| Method Summary | |
|---|---|
static int[] |
find(BaseDocument doc,
int startOffset,
int endOffset,
Map props,
boolean oppositeDir)
Deprecated. Finds in document |
static int[] |
findBlocks(BaseDocument doc,
int startOffset,
int endOffset,
Map props,
int[] blocks)
Deprecated. |
static DocumentFinder.FindReplaceResult |
findReplaceResult(String replaceString,
BaseDocument doc,
int startOffset,
int endOffset,
Map props,
boolean oppositeDir)
Deprecated. Finds the searching string and substitute replace expression in case of regexp backreferences. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int[] find(BaseDocument doc, int startOffset, int endOffset, Map props, boolean oppositeDir) throws BadLocationException
doc - document where to findstartOffset - offset in the document where the search will startendOffset - offset where the search will end with reporting
that nothing was found.props - find properties
BadLocationExceptionpublic static int[] findBlocks(BaseDocument doc, int startOffset, int endOffset, Map props, int[] blocks) throws BadLocationException
BadLocationExceptionpublic static DocumentFinder.FindReplaceResult findReplaceResult(String replaceString, BaseDocument doc, int startOffset, int endOffset, Map props, boolean oppositeDir) throws BadLocationException
BadLocationException
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||