Implemented by
[scriptable, uuid(9f82c404-1c7b-11d5-a73c-eca43ca836fc)]
interface nsIControllerCommandGroup : nsISupports
Methods
void
addCommandToGroup(in string aCommand, in string aGroup)
nsISimpleEnumerator
getEnumeratorForGroup(in string aGroup)
nsISimpleEnumerator
getGroupsEnumerator()
boolean
isCommandInGroup(in string aCommand, in string aGroup)
void
removeCommandFromGroup(in string aCommand, in string aGroup)
Compare to: