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 )

void addCommandToGroup ( char* command , char* group )

Arguments:
command
group

nsISimpleEnumerator getEnumeratorForGroup ( char* group )

Arguments:
group

nsISimpleEnumerator getGroupsEnumerator ( )


PRBool isCommandInGroup ( char* command , char* group )

Arguments:
command
group

void removeCommandFromGroup ( char* command , char* group )

Arguments:
command
group

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com