sk.uniba.euromath.editor.wizards
Class ExportWizardExtension
java.lang.Object
sk.uniba.euromath.editor.wizards.AbstractWizard
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
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 |
ExportWizardExtension
public ExportWizardExtension()
- Constructor.
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.