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/embedcomp/command-manager;1

This component implements the following interfaces:

Methods

InterfaceMethod
nsICommandManager void addCommandObserver ( nsIObserver commandObserver , char* commandToObserve )
nsPICommandUpdater void commandStatusChanged ( char* commandName )
nsICommandManager void doCommand ( char* commandName , nsICommandParams commandParams , nsIDOMWindow targetWindow )
nsICommandManager void getCommandState ( char* commandName , nsIDOMWindow targetWindow , nsICommandParams commandParams )
nsISupportsWeakReference nsIWeakReference GetWeakReference ( )
nsPICommandUpdater void init ( nsIDOMWindow window )
nsICommandManager PRBool isCommandEnabled ( char* commandName , nsIDOMWindow targetWindow )
nsICommandManager PRBool isCommandSupported ( char* commandName , nsIDOMWindow targetWindow )
nsICommandManager void removeCommandObserver ( nsIObserver commandObserver , char* commandObserved )

Reference documentation is generated from Mozilla's source.