Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa.internal.search
Class SearchResult

java.lang.Object
  extended by ag.ion.noa.internal.search.SearchResult
All Implemented Interfaces:
ISearchResult

public class SearchResult
extends java.lang.Object
implements ISearchResult

Result of a search.


Constructor Summary
SearchResult()
          Constructs new SearchResult.
SearchResult(com.sun.star.container.XIndexAccess xIndexAccess)
          Constructs new SearchResult.
SearchResult(com.sun.star.uno.XInterface xInterface)
          Constructs new SearchResult.
 
Method Summary
 ITextRange[] getTextRanges()
          Returns text ranges of the search result.
 boolean isEmpty()
          Returns information whether the search result is empty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Constructs new SearchResult.


SearchResult

public SearchResult(com.sun.star.container.XIndexAccess xIndexAccess)
Constructs new SearchResult.

Parameters:
xIndexAccess - OpenOffice.org XIndexAccess interface

SearchResult

public SearchResult(com.sun.star.uno.XInterface xInterface)
Constructs new SearchResult.

Parameters:
xInterface - OpenOffice.org XInterface interface
Method Detail

isEmpty

public boolean isEmpty()
Returns information whether the search result is empty.

Specified by:
isEmpty in interface ISearchResult
Returns:
information whether the search result is empty

getTextRanges

public ITextRange[] getTextRanges()
Returns text ranges of the search result.

Specified by:
getTextRanges in interface ISearchResult
Returns:
text ranges of the search resul

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013