Uses of Interface
org.xwiki.gwt.user.client.ui.rta.cmd.CommandManager

Packages that use CommandManager
org.xwiki.gwt.user.client.ui.rta   
org.xwiki.gwt.user.client.ui.rta.cmd   
 

Uses of CommandManager in org.xwiki.gwt.user.client.ui.rta
 

Methods in org.xwiki.gwt.user.client.ui.rta that return CommandManager
 CommandManager RichTextArea.getCommandManager()
           
 

Constructors in org.xwiki.gwt.user.client.ui.rta with parameters of type CommandManager
RichTextArea(CommandManager cm)
          Custom constructor allowing us to inject a mock command manager.
 

Uses of CommandManager in org.xwiki.gwt.user.client.ui.rta.cmd
 

Methods in org.xwiki.gwt.user.client.ui.rta.cmd with parameters of type CommandManager
 boolean CommandListenerCollection.fireBeforeCommand(CommandManager sender, Command command, String param)
          Notifies all the listeners in this collection that the specified command is about to be executed.
 void CommandListenerCollection.fireCommand(CommandManager sender, Command command, String param)
          Notifies all the listeners in this collection that the specified command was executed.
static CommandManagerApi CommandManagerApi.newInstance(CommandManager cm)
          We need this static native method because we can't instantiate JavaScript objects directly in Java code.
 boolean CommandListener.onBeforeCommand(CommandManager sender, Command command, String param)
          Notifies that the given command is about to be executed with the given parameter by the specified command manager.
 void CommandListener.onCommand(CommandManager sender, Command command, String param)
          Notifies that the given command has been executed with the given parameter by the specified command manager.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.