sk.uniba.euromath.editor.wizards
Class ExportWizardExtension

java.lang.Object
  extended by sk.uniba.euromath.editor.wizards.AbstractWizard
      extended by sk.uniba.euromath.editor.wizards.ExportWizardExtension
All Implemented Interfaces:
IWizard, IExportWizard, IWorkbenchWizard

public final class ExportWizardExtension
extends AbstractWizard
implements IExportWizard

Exports documents to various formats using the GENE framework. Extends the org.eclipse.ui.exportWizards extension point.

Author:
Martin Vysny

Field Summary
 
Fields inherited from class sk.uniba.euromath.editor.wizards.AbstractWizard
container
 
Constructor Summary
ExportWizardExtension()
          Constructor.
 
Method Summary
protected  void executeWizard()
          Shows and executes the underlying wizard.
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 
Methods inherited from class sk.uniba.euromath.editor.wizards.AbstractWizard
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
 

Constructor Detail

ExportWizardExtension

public ExportWizardExtension()
Constructor.

Method Detail

executeWizard

protected void executeWizard()
Description copied from class: AbstractWizard
Shows and executes the underlying wizard.

Specified by:
executeWizard in class AbstractWizard

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)
Specified by:
init in interface IWorkbenchWizard


Copyright © 2003-2006 null. All Rights Reserved.