TPTP 4.3.0 Tracing and Profiling Tools Project
Public API Specification

org.eclipse.tptp.execution.trace.examples
Class SampleCreationWizard

java.lang.Object
  extended byorg.eclipse.jface.wizard.Wizard
      extended byorg.eclipse.ui.wizards.newresource.BasicNewResourceWizard
          extended byorg.eclipse.hyades.ui.internal.wizard.exampleproject.CreationWizard
              extended byorg.eclipse.hyades.ui.internal.wizard.exampleproject.ZipAdjusterCreationWizard
                  extended byorg.eclipse.tptp.execution.trace.examples.SampleCreationWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.INewWizard, org.eclipse.hyades.ui.internal.wizard.exampleproject.IProjectAdjuster, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.IWorkbenchWizard

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

Required to circumvent the defect in applying the .classpath file to the newly created Java project. Currently, only the ZipAdjusterCreationWizard applies the .classpath file to the newly created Java project correctly.

Since:
0.2.0

Field Summary
 
Fields inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
selection
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
SampleCreationWizard()
           
 
Method Summary
protected  void addZipExtensions()
           
 
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, createWizardPage, disableResourceOpening, finishWork, getAdjuster, getCreationWizardPages, getPluginId, getPluginIdsToResolve, initializeDefaultPageImageDescriptor, performFinish, replaceClasspathVariables, replaceVariableByPluginDirectory, setAdjuster, setInitializationData
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, getWorkbench, init, selectAndReveal, 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
clone, equals, finalize, 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

SampleCreationWizard

public SampleCreationWizard()
Method Detail

addZipExtensions

protected void addZipExtensions()
See Also:
ZipAdjusterCreationWizard.addZipExtensions()

TPTP 4.3.0 Tracing and Profiling Tools Project
Public API Specification