|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.noa.search.ResultMatchWalker
public class ResultMatchWalker
Walker for result matches. The walker will select result matches in a document.
Constructor Summary | |
---|---|
ResultMatchWalker(IDocument document,
ISearchResult searchResult)
Constructs new DocumentMatchWalker. |
Method Summary | |
---|---|
boolean |
hasNextMatch()
Returns information whether a next match is available. |
boolean |
hasPreviousMatch()
Returns information whether a previous match is available. |
boolean |
nextMatch()
Moves to the next match. |
boolean |
previousMatch()
Moves to the previous match. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultMatchWalker(IDocument document, ISearchResult searchResult)
document
- document to be usedsearchResult
- search result to be usedMethod Detail |
---|
public boolean hasNextMatch()
public boolean nextMatch()
public boolean hasPreviousMatch()
public boolean previousMatch()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |