Uses of Interface
com.xpn.xwiki.wysiwyg.client.plugin.macro.MacroServiceAsync

Packages that use MacroServiceAsync
com.xpn.xwiki.wysiwyg.client.plugin.macro   
com.xpn.xwiki.wysiwyg.client.plugin.macro.ui   
 

Uses of MacroServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.macro
 

Classes in com.xpn.xwiki.wysiwyg.client.plugin.macro that implement MacroServiceAsync
 class MacroServiceAsyncCacheProxy
          Cache proxy for MacroServiceAsync.
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.macro with parameters of type MacroServiceAsync
MacroPlugin(MacroServiceAsync macroService)
          Creates a new macro plug-in that uses the specified macro service.
MacroServiceAsyncCacheProxy(MacroServiceAsync service)
          Creates a new cache proxy for the given service.
MacroWizard(MacroDisplayer displayer, Config config, MacroServiceAsync macroService)
          Creates a new macro wizard.
 

Uses of MacroServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.macro.ui
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro.ui that return MacroServiceAsync
 MacroServiceAsync AbstractMacroWizardStep.getMacroService()
           
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.macro.ui with parameters of type MacroServiceAsync
AbstractMacroWizardStep(Config config, MacroServiceAsync macroService)
          Creates a new macro wizard step.
AbstractMacroWizardStep(Config config, MacroServiceAsync macroService, com.google.gwt.user.client.ui.FlowPanel panel)
          Creates a new macro wizard step that uses the given panel to hold its widgets.
EditMacroWizardStep(Config config, MacroServiceAsync macroService)
          Creates a new wizard step for editing macro parameters and content.
SelectMacroWizardStep(Config config, MacroServiceAsync macroService)
          Creates a new wizard step for selecting one of the available macros.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.