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)
           
 java.awt.Component getContentPanel()
           
 SearchList getResults()
           
 int getStyle()
           
 java.util.Map getTextRectangles()
           
 void grabFocusInInput()
           
 boolean isSearchVisible()
           
 void removeSearchWindow(boolean justHide)
           
 void setStyle(int i)
           
 

Field Detail

style

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

find

void find(PdfDecoder decode_pdf,
          Values values)

grabFocusInInput

void grabFocusInInput()

isSearchVisible

boolean isSearchVisible()

removeSearchWindow

void removeSearchWindow(boolean justHide)

getResults

SearchList getResults()

getTextRectangles

java.util.Map getTextRectangles()

getContentPanel

java.awt.Component getContentPanel()

getStyle

int getStyle()

setStyle

void setStyle(int i)