JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

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
           
 
Method Summary
 void find(PdfDecoder decode_pdf, Values values)
           
 void findWithoutWindow(PdfDecoder decode_pdf, Values values, int searchType, boolean listOfTerms, boolean singlePageOnly, java.lang.String searchValue)
           
 java.awt.Component getContentPanel()
           
 int getFirstPageWithResults()
           
 SearchList getResults()
           
 SearchList getResults(int page)
           
 int getStyle()
           
 java.util.Map getTextRectangles()
           
 void grabFocusInInput()
           
 void init(PdfDecoder dec, Values values)
           
 boolean isSearching()
           
 boolean isSearchVisible()
           
 void removeSearchWindow(boolean justHide)
           
 void resetSearchWindow()
           
 void setCaseSensitive(boolean caseSensitive)
           
 void setMultiLine(boolean multiLine)
           
 void setStyle(int i)
           
 void setWholeWords(boolean wholeWords)
           
 

Field Detail

style

static final int style
See Also:
Constant Field Values
Method Detail

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

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support