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

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

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

Methods in org.xwiki.gwt.user.client.ui.rta.cmd that return Executable
 Executable CommandManager.getExecutable(Command command)
           
 Executable CommandManager.registerCommand(Command command, Executable executable)
          Associates the given command with the specified executable.
 Executable CommandManager.unregisterCommand(Command command)
          Unregisters the given command.
 

Methods in org.xwiki.gwt.user.client.ui.rta.cmd with parameters of type Executable
 Executable CommandManager.registerCommand(Command command, Executable executable)
          Associates the given command with the specified executable.
 



Copyright © 2004-2009 XWiki. All Rights Reserved.