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.

nsIDOMXULCommandDispatcher

IID:f3c50361-14fe-11d3-bf87-00105a1b0627
Inherits From:nsISupports

Properties

nsIDOMElement focusedElement

nsIDOMWindow focusedWindow

PRBool suppressFocusScroll


Methods

void addCommandUpdater ( nsIDOMElement updater , DOMString events , DOMString targets ) void advanceFocus ( ) void advanceFocusIntoSubtree ( nsIDOMElement elt ) nsIController getControllerForCommand ( char* command ) nsIControllers getControllers ( ) void removeCommandUpdater ( nsIDOMElement updater ) void rewindFocus ( ) void updateCommands ( DOMString eventName )

void addCommandUpdater ( nsIDOMElement updater , DOMString events , DOMString targets )

Arguments:
updater
events
targets

void advanceFocus ( )


void advanceFocusIntoSubtree ( nsIDOMElement elt )

Arguments:
elt

nsIController getControllerForCommand ( char* command )

Arguments:
command

nsIControllers getControllers ( )


void removeCommandUpdater ( nsIDOMElement updater )

Arguments:
updater

void rewindFocus ( )


void updateCommands ( DOMString eventName )

Arguments:
eventName

References

This interface is the type of the following properties:

nsIDOMXULDocument.commandDispatcher

Reference documentation is generated from Mozilla's source.