Uses of Interface
com.xpn.xwiki.wysiwyg.client.WikiServiceAsync

Packages that use WikiServiceAsync
com.xpn.xwiki.wysiwyg.client   
com.xpn.xwiki.wysiwyg.client.plugin.image   
com.xpn.xwiki.wysiwyg.client.plugin.image.ui   
com.xpn.xwiki.wysiwyg.client.plugin.importer   
com.xpn.xwiki.wysiwyg.client.plugin.importer.ui   
com.xpn.xwiki.wysiwyg.client.plugin.link   
com.xpn.xwiki.wysiwyg.client.plugin.link.ui   
com.xpn.xwiki.wysiwyg.client.widget   
com.xpn.xwiki.wysiwyg.client.widget.wizard.util   
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client
 

Classes in com.xpn.xwiki.wysiwyg.client that implement WikiServiceAsync
 class WikiServiceAsyncCacheProxy
          Cache proxy for WikiServiceAsync.
 

Constructors in com.xpn.xwiki.wysiwyg.client with parameters of type WikiServiceAsync
WikiServiceAsyncCacheProxy(WikiServiceAsync service)
          Creates a new cache proxy for the given service.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.image
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.image with parameters of type WikiServiceAsync
ImagePlugin(WikiServiceAsync wikiService)
          Create a new image plugin that used the specified wiki service.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.image.ui with parameters of type WikiServiceAsync
 void ImageSelectorWizardStep.setWikiService(WikiServiceAsync wikiService)
          Inject the wiki service.
 void CurrentPageImageSelectorWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.image.ui with parameters of type WikiServiceAsync
ImagesExplorerWizardStep(ResourceName editedResource, boolean displayWikiSelector, WikiServiceAsync wikiService)
          Builds an image explorer with the default selection on the passed resource.
ImageWizard(Config config, WikiServiceAsync wikiService)
          Builds a ImageWizard from the passed Config.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.importer
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.importer with parameters of type WikiServiceAsync
ImportPlugin(ImportServiceAsync importService, WikiServiceAsync wikiService)
          Creates a new import plug-in that used the given import service.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui with parameters of type WikiServiceAsync
ImportWizard(Config config, ImportServiceAsync importService, WikiServiceAsync wikiService)
          Instantiates the import wizard.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.link
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.link with parameters of type WikiServiceAsync
LinkPlugin(WikiServiceAsync wikiService)
          Creates a new link plugin that will use the specified wiki service.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.link.ui with parameters of type WikiServiceAsync
 void RecentChangesSelectorWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 void AttachmentExplorerWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 void SearchSelectorWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 void PageSelectorWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 void AttachmentSelectorWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 void WikiPageExplorerWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 void CurrentPageAttachmentSelectorWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 void CreateNewPageWizardStep.setWikiService(WikiServiceAsync wikiService)
          Injects the wiki service.
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.link.ui with parameters of type WikiServiceAsync
LinkWizard(Config config, WikiServiceAsync wikiService)
          Builds a LinkWizard from the passed Config.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.widget
 

Methods in com.xpn.xwiki.wysiwyg.client.widget with parameters of type WikiServiceAsync
 void WikiSelector.setWikiService(WikiServiceAsync wikiService)
          Inject the wiki service.
 void PageSelector.setWikiService(WikiServiceAsync wikiService)
          Inject the wiki service.
 void SpaceSelector.setWikiService(WikiServiceAsync wikiService)
          Inject the wiki service.
 

Uses of WikiServiceAsync in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
 

Methods in com.xpn.xwiki.wysiwyg.client.widget.wizard.util with parameters of type WikiServiceAsync
 void AbstractFileUploadWizardStep.setWikiService(WikiServiceAsync wikiService)
          Inject the wiki service.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.