Uses of Interface
com.xpn.xwiki.wysiwyg.client.ui.cmd.CommandManager

Packages that use CommandManager
com.xpn.xwiki.wysiwyg.client.history.internal   
com.xpn.xwiki.wysiwyg.client.plugin.internal   
com.xpn.xwiki.wysiwyg.client.ui   
com.xpn.xwiki.wysiwyg.client.ui.cmd   
com.xpn.xwiki.wysiwyg.client.ui.cmd.internal   
 

Uses of CommandManager in com.xpn.xwiki.wysiwyg.client.history.internal
 

Methods in com.xpn.xwiki.wysiwyg.client.history.internal with parameters of type CommandManager
 void DefaultHistory.onCommand(CommandManager sender, Command command, java.lang.String param)
          
 

Uses of CommandManager in com.xpn.xwiki.wysiwyg.client.plugin.internal
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.internal with parameters of type CommandManager
 void StatefulPlugin.onCommand(CommandManager sender, Command command, java.lang.String param)
          
 

Uses of CommandManager in com.xpn.xwiki.wysiwyg.client.ui
 

Fields in com.xpn.xwiki.wysiwyg.client.ui declared as CommandManager
protected  CommandManager XRichTextArea.cm
           
 

Methods in com.xpn.xwiki.wysiwyg.client.ui that return CommandManager
 CommandManager XRichTextArea.getCommandManager()
           
 

Methods in com.xpn.xwiki.wysiwyg.client.ui with parameters of type CommandManager
 void XWysiwygEditor.onCommand(CommandManager sender, Command command, java.lang.String param)
          
 

Constructors in com.xpn.xwiki.wysiwyg.client.ui with parameters of type CommandManager
XRichTextArea(CommandManager cm)
          Custom constructor allowing us to inject a mock command manager.
 

Uses of CommandManager in com.xpn.xwiki.wysiwyg.client.ui.cmd
 

Methods in com.xpn.xwiki.wysiwyg.client.ui.cmd with parameters of type CommandManager
 void CommandListenerCollection.fireCommand(CommandManager sender, Command command, java.lang.String param)
           
 void CommandListener.onCommand(CommandManager sender, Command command, java.lang.String param)
           
 

Uses of CommandManager in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal
 

Classes in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal that implement CommandManager
 class AbstractCommandManager
           
 class DefaultCommandManager
           
 



Copyright © 2004-2008 XWiki. All Rights Reserved.