TPTP 4.6.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.monitoring.lta.examples.isv.parserextension
Class ParserExtensionCreationWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
          extended by org.eclipse.hyades.ui.internal.wizard.exampleproject.CreationWizard
              extended by org.eclipse.hyades.ui.internal.wizard.exampleproject.ZipAdjusterCreationWizard
                  extended by org.eclipse.tptp.monitoring.lta.examples.isv.parserextension.ParserExtensionCreationWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.hyades.ui.internal.wizard.exampleproject.IProjectAdjuster, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class ParserExtensionCreationWizard
extends org.eclipse.hyades.ui.internal.wizard.exampleproject.ZipAdjusterCreationWizard


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
ParserExtensionCreationWizard()
           
 
Method Summary
 
Methods inherited from class org.eclipse.hyades.ui.internal.wizard.exampleproject.ZipAdjusterCreationWizard
addZipExtension, adjust, adjust, afterWorspaceRefresh, beforeWorspaceRefresh, copyZip, dispose, finished, finished, getEncoding, removeAllZipExtensions, removeZipExtension, setEncoding
 
Methods inherited from class org.eclipse.hyades.ui.internal.wizard.exampleproject.CreationWizard
addPages, createPageControls, disableResourceOpening, getAdjuster, performFinish, setAdjuster, setInitializationData
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, getWorkbench, init, selectAndReveal
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchWizard
init
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

ParserExtensionCreationWizard

public ParserExtensionCreationWizard()

TPTP 4.6.0 Monitoring Tools Project
Public API Specification