Uses of Interface
org.xwiki.gwt.wysiwyg.client.plugin.importer.ImportServiceAsync

Packages that use ImportServiceAsync
org.xwiki.gwt.wysiwyg.client.plugin.importer   
org.xwiki.gwt.wysiwyg.client.plugin.importer.ui   
 

Uses of ImportServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.importer
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.importer with parameters of type ImportServiceAsync
 List<com.google.gwt.event.shared.HandlerRegistration> PasteManager.initialize(RichTextArea textArea, ImportServiceAsync importService)
          Configures this instance to catch the paste events from the given rich text area and to clean the paste content using the specified service.
 

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

Uses of ImportServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui with parameters of type ImportServiceAsync
ImportOfficeFileWizardStep(Config config, WikiServiceAsync wikiService, ImportServiceAsync importService)
          Instantiates the office document import wizard step.
ImportOfficePasteWizardStep(ImportServiceAsync importService)
          Creates an instance of ImportOfficePasteWizardStep.
ImportWizard(Config config, ImportServiceAsync importService, WikiServiceAsync wikiService)
          Instantiates the import wizard.
 



Copyright © 2004–2014 XWiki. All rights reserved.