Class MozileCommandList

Object
   |
   +--MozileCommand
         |
         +--MozileCommandList

class MozileCommandList
extends MozileCommand

Defined in interface.js


Field Summary
<static>  Object superclass
          
   
Fields inherited from class MozileCommand
type, id, label, tooltip, image, accesskey, accelerator, namespace, debugLevel, button, menuitem
 
Constructor Summary
MozileCommandList ()
           
 
Method Summary
 Object createBox()
           Mozile Command List - Create Box - Creates an XUL box to hold the buttons fro this command list.
 Object createButton()
           Mozile Command List - Create Button - Creates an XUL button for this command list.
 Object createCommand(configString)
           Mozile Command List - Create Command - Creates a new command object from a configuration string, registers it with the "mozile" object, and attaches it to this MozileCommandList.
 Object createMenu()
           Mozile Command List - Create Menu - Creates an XUL menu element for this command.
 Object registerCommand(command, buttonPosition, menuPosition)
           Mozile Command List - Register Command - Registers a command with this command list object and the "mozile" object.
 Object unregisterCommand(id)
           Mozile Command List - Unregister Command - Removes a command from the local and global commandLists, as well as the buttonList and menuList.
 Object updateBox()
           Mozile Command List - Update Box - Updates the state of all the buttons for this command.
 Object updateMenu()
           Mozile Command List - Update Menu - Updates the state of the menu for this command.
 
Methods inherited from class MozileCommand
init, debug, createMenuitem, isActive, update, command
 

Field Detail

superclass

<static> Object superclass

Constructor Detail

MozileCommandList

MozileCommandList()

Method Detail

createBox

Object createBox()

createButton

Object createButton()

createCommand

Object createCommand(configString)

createMenu

Object createMenu()

registerCommand

Object registerCommand(command, buttonPosition, menuPosition)

unregisterCommand

Object unregisterCommand(id)

updateBox

Object updateBox()

updateMenu

Object updateMenu()


Documentation generated by JSDoc on Fri Feb 3 19:22:12 2006