org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
Class ImportWizard

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.wizard.Wizard
      extended by org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportWizard
All Implemented Interfaces:
com.google.gwt.event.logical.shared.CloseHandler<CompositeDialogBox>, com.google.gwt.event.shared.EventHandler, NavigationListener, WizardStepProvider

public class ImportWizard
extends Wizard
implements WizardStepProvider

Import wizard responsible for performing various content import operation into wysiwyg editor.

Since:
2.0.1
Version:
$Id: 48da36557b8a2479258971793fb02c16a9821ca3 $

Nested Class Summary
static class ImportWizard.ImportWizardStep
          Enumeration of steps comprising the import wizard.
 
Nested classes/interfaces inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard
Wizard.AbstractAsyncCallbackAdaptor<T>
 
Nested classes/interfaces inherited from interface org.xwiki.gwt.user.client.ui.wizard.NavigationListener
NavigationListener.NavigationDirection
 
Field Summary
 
Fields inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard
currentStep, dialog, finishing, navigationStack, provider, wizardListeners
 
Constructor Summary
ImportWizard(Config config, ImportServiceAsync importService, WikiServiceAsync wikiService)
          Instantiates the import wizard.
 
Method Summary
 WizardStep getStep(String name)
          
 
Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard
addWizardListener, getProvider, getResult, hideDialog, initAndDisplayCurrentStep, onCancel, onClose, onDirection, onFinish, onNext, onPrevious, removeWizardListener, setProvider, start, unloadCurrentStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportWizard

public ImportWizard(Config config,
                    ImportServiceAsync importService,
                    WikiServiceAsync wikiService)
Instantiates the import wizard.

Parameters:
config - the object used to configure this wizard
importService - the component used to clean content pasted from office documents and to import office documents
wikiService - the service used to access the import attachments
Method Detail

getStep

public WizardStep getStep(String name)

Specified by:
getStep in interface WizardStepProvider


Copyright © 2004-2013 XWiki. All Rights Reserved.