Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(376da416-e6b3-4bac-98f3-6aa408742751)]
interface nsITypeAheadFind : nsISupports

Constants


        
const unsigned short FIND_FOUND = 0

        
const unsigned short FIND_NOTFOUND = 1

        
const unsigned short FIND_WRAPPED = 2

Attributes


        
attribute boolean caseSensitive

        
readonly attribute nsIDOMWindow currentWindow

        
attribute boolean focusLinks

        
readonly attribute nsIDOMElement foundLink

        
readonly attribute AString searchString

Methods


        
unsigned short find(in AString aSearchString, in boolean aLinksOnly)

        
unsigned short findNext()

        
unsigned short findPrevious()

        
void init(in nsIDocShell aDocShell)

        
void setDocShell(in nsIDocShell aDocShell)