Uses of Class
org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroDescriptor

Packages that use MacroDescriptor
org.xwiki.gwt.wysiwyg.client.plugin.macro   
org.xwiki.gwt.wysiwyg.client.plugin.macro.ui   
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.macro that return MacroDescriptor
 MacroDescriptor MacroService.getMacroDescriptor(String macroId, String syntaxId)
           
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.macro that return types with arguments of type MacroDescriptor
 List<MacroDescriptor> MacroService.getMacroDescriptors(String syntaxId)
           
 

Method parameters in org.xwiki.gwt.wysiwyg.client.plugin.macro with type arguments of type MacroDescriptor
 void MacroServiceAsync.getMacroDescriptor(String macroId, String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
          Makes a request to the server to get the descriptor for the specified macro.
 void MacroServiceAsyncCacheProxy.getMacroDescriptor(String macroId, String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
          Makes a request to the server to get the descriptor for the specified macro.
 void MacroServiceAsync.getMacroDescriptors(String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
          Makes a request to the server to get all the macro descriptors for the specified syntax.
 void MacroServiceAsyncCacheProxy.getMacroDescriptors(String syntaxId, com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
          Makes a request to the server to get all the macro descriptors for the specified syntax.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.macro.ui that return MacroDescriptor
protected  MacroDescriptor EditMacroWizardStep.getMacroDescriptor()
           
 



Copyright © 2004–2015 XWiki. All rights reserved.