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.
nsIControllerCommandGroup
| IID: | 9F82C404-1C7B-11D5-A73C-ECA43CA836FC |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
void addCommandToGroup ( char* command , char* group )
nsISimpleEnumerator getEnumeratorForGroup ( char* group )
nsISimpleEnumerator getGroupsEnumerator ( )
PRBool isCommandInGroup ( char* command , char* group )
void removeCommandFromGroup ( char* command , char* group )
nsISimpleEnumerator getEnumeratorForGroup ( char* group )
- Arguments:
- group
nsISimpleEnumerator getGroupsEnumerator ( )
Reference documentation is generated from Mozilla's source.
