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

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

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(java.lang.String macroId, java.lang.String syntaxId)
           
 

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

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



Copyright © 2004-2011 XWiki. All Rights Reserved.