Uses of Interface
org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroServiceAsync

Packages that use MacroServiceAsync
org.xwiki.gwt.wysiwyg.client.gadget   
org.xwiki.gwt.wysiwyg.client.plugin.macro   
org.xwiki.gwt.wysiwyg.client.plugin.macro.exec   
org.xwiki.gwt.wysiwyg.client.plugin.macro.ui   
 

Uses of MacroServiceAsync in org.xwiki.gwt.wysiwyg.client.gadget
 

Constructors in org.xwiki.gwt.wysiwyg.client.gadget with parameters of type MacroServiceAsync
EditGadgetWizardStep(Config config, MacroServiceAsync macroService)
          Creates a gadget edit wizard step.
SelectGadgetWizardStep(Config config, MacroServiceAsync macroService)
          Creates a gadget select wizard step.
 

Uses of MacroServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.macro
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.macro that return MacroServiceAsync
 MacroServiceAsync MacroPlugin.getMacroService()
           
 

Constructors in org.xwiki.gwt.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 org.xwiki.gwt.wysiwyg.client.plugin.macro.exec
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.macro.exec with parameters of type MacroServiceAsync
InsertExecutable(MacroSelector selector, MacroServiceAsync macroService, Config config)
          Creates a new executable.
 

Uses of MacroServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.macro.ui
 

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

Constructors in org.xwiki.gwt.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-2012 XWiki. All Rights Reserved.