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/controller-command-table;1
This component implements the following interfaces:
Methods
| Interface | Method |
|---|---|
| nsIControllerCommandTable |
void doCommand ( char* commandName , nsISupports commandRefCon )
|
| nsIControllerCommandTable |
void doCommandParams ( char* commandName , nsICommandParams param , nsISupports commandRefCon )
|
| nsIControllerCommandTable |
nsIControllerCommand findCommandHandler ( char* commandName )
|
| nsIControllerCommandTable |
void getCommandState ( char* commandName , nsICommandParams param , nsISupports commandRefCon )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIControllerCommandTable |
PRBool isCommandEnabled ( char* commandName , nsISupports commandRefCon )
|
| nsIControllerCommandTable |
void makeImmutable ( )
|
| nsIControllerCommandTable |
void registerCommand ( char* commandName , nsIControllerCommand command )
|
| nsIControllerCommandTable |
PRBool supportsCommand ( char* commandName , nsISupports commandRefCon )
|
| nsIControllerCommandTable |
void unregisterCommand ( char* commandName , nsIControllerCommand command )
|
| nsIControllerCommandTable |
void updateCommandState ( char* commandName , nsISupports commandRefCon )
|
Reference documentation is generated from Mozilla's source.
