Uses of Class
com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterDescriptor

Packages that use ParameterDescriptor
com.xpn.xwiki.wysiwyg.client.plugin.macro   
 

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

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro that return ParameterDescriptor
 ParameterDescriptor MacroDescriptor.getContentDescriptor()
           
 ParameterDescriptor ParameterDisplayer.getDescriptor()
           
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro that return types with arguments of type ParameterDescriptor
 java.util.Map<java.lang.String,ParameterDescriptor> MacroDescriptor.getParameterDescriptorMap()
           
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro with parameters of type ParameterDescriptor
 void MacroDescriptor.setContentDescriptor(ParameterDescriptor contentDescriptor)
          Sets the content descriptor.
 

Method parameters in com.xpn.xwiki.wysiwyg.client.plugin.macro with type arguments of type ParameterDescriptor
 void MacroDescriptor.setParameterDescriptorMap(java.util.Map<java.lang.String,ParameterDescriptor> parameterDescriptorMap)
          Sets the Map of parameter descriptors.
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.macro with parameters of type ParameterDescriptor
ParameterDisplayer(ParameterDescriptor descriptor)
          Creates a new displayer for the specified parameter.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.