Class mozile.edit.CommandGroup

Object
   |
   +--mozile.edit.Command
         |
         +--mozile.edit.CommandGroup

class mozile.edit.CommandGroup
extends mozile.edit.Command

Defined in edit.js


Field Summary
 mozile.edit.Command addCommand
          Adds a command to the list of commands for this CommandGroup.
 Boolean group
          Indicates that this command contains more commands.
 String makesChanges
          Specifies what kind of change this command makes to the document.
 String name
          The name for this command group.
 mozile.edit.State trigger
          Takes an event object and uses it to try and trigger all of the commands associated with this CommandGroup.
 String watchesChanges
          Specifies what kind of change will cause this command to change its isActive or isAvailable states.
   
Fields inherited from class mozile.edit.Command
name, group, makesChanges, watchesChanges
 
Constructor Summary
mozile.edit.CommandGroup ()
            CommandGroups contain other commands.
 
Method Summary
 String toString()
           Returns a description of this object.
 
Methods inherited from class mozile.edit.Command
evaluate, respond, isAvailable, isActive, test, prepare, trigger, request, execute, unexecute
 

Field Detail

addCommand

mozile.edit.Command addCommand

group

Boolean group

makesChanges

String makesChanges

name

String name

trigger

mozile.edit.State trigger

watchesChanges

String watchesChanges

Constructor Detail

mozile.edit.CommandGroup

mozile.edit.CommandGroup()

Method Detail

toString

String toString()


Documentation generated by JSDoc on Wed Aug 23 18:45:51 2006