sk.uniba.euromath.editor.wizards
Class NewXMLDocumentWizard

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

public final class NewXMLDocumentWizard
extends AbstractWizard
implements INewWizard

Wizard that creates new XML document. Extends the org.eclipse.ui.newWizards point.

Author:
Martin Vysny

Field Summary
 
Fields inherited from class sk.uniba.euromath.editor.wizards.AbstractWizard
container
 
Constructor Summary
NewXMLDocumentWizard()
          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

NewXMLDocumentWizard

public NewXMLDocumentWizard()
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.