org.jpedal.examples.simpleviewer.gui.generic
Interface GUISearchWindow
- All Known Implementing Classes:
- SwingSearchWindow
public interface GUISearchWindow
abstract level of search window
|
Field Summary |
static int |
style
|
style
static final int style
- See Also:
- Constant Field Values
find
void find(PdfDecoder decode_pdf,
Values values)
findWithoutWindow
void findWithoutWindow(PdfDecoder decode_pdf,
Values values,
int searchType,
boolean listOfTerms,
boolean singlePageOnly,
java.lang.String searchValue)
grabFocusInInput
void grabFocusInInput()
isSearchVisible
boolean isSearchVisible()
init
void init(PdfDecoder dec,
Values values)
removeSearchWindow
void removeSearchWindow(boolean justHide)
resetSearchWindow
void resetSearchWindow()
getResults
SearchList getResults()
getResults
SearchList getResults(int page)
getTextRectangles
java.util.Map getTextRectangles()
getContentPanel
java.awt.Component getContentPanel()
getStyle
int getStyle()
setStyle
void setStyle(int i)
isSearching
boolean isSearching()
getFirstPageWithResults
int getFirstPageWithResults()
setWholeWords
void setWholeWords(boolean wholeWords)
setCaseSensitive
void setCaseSensitive(boolean caseSensitive)
setMultiLine
void setMultiLine(boolean multiLine)
JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support