WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/typeaheadfind;1
This component implements the following interfaces:
- nsIDOMEventListener
- nsIObserver
- nsISelectionListener
- nsISupports
- nsISupportsWeakReference
- nsITimerCallback
- nsITypeAheadFind
Constants
Properties
PRBool nsITypeAheadFind.caseSensitive
readonly nsIDOMWindow nsITypeAheadFind.currentWindow
readonly nsIDOMElement nsITypeAheadFind.foundEditable
readonly nsIDOMElement nsITypeAheadFind.foundLink
readonly AString nsITypeAheadFind.searchString
Methods
| Interface | Method |
|---|---|
| nsITypeAheadFind |
void collapseSelection ( )
|
| nsITypeAheadFind |
PRUint16 find ( AString searchString , PRBool linksOnly )
|
| nsITypeAheadFind |
PRUint16 findAgain ( PRBool findBackwards , PRBool linksOnly )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIDOMEventListener |
void handleEvent ( nsIDOMEvent event )
|
| nsITypeAheadFind |
void init ( nsIDocShell docShell )
|
| nsITimerCallback |
void notify ( nsITimer timer )
|
| nsISelectionListener |
void notifySelectionChanged ( nsIDOMDocument doc , nsISelection sel , PRInt16 reason )
|
| nsIObserver |
void observe ( nsISupports subject , char* topic , PRUnichar* data )
|
| nsITypeAheadFind |
void setDocShell ( nsIDocShell docShell )
|
| nsITypeAheadFind |
void setSelectionModeAndRepaint ( PRInt16 toggle )
|
Reference documentation is generated from Mozilla's source.
