Class NewHutnFileWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.epsilon.common.dt.wizards.AbstractNewFileWizard
org.eclipse.epsilon.hutn.dt.wizards.NewHutnFileWizard
- All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider,org.eclipse.jface.wizard.IWizard,org.eclipse.ui.INewWizard,org.eclipse.ui.IWorkbenchWizard
-
Field Summary
Fields inherited from class org.eclipse.epsilon.common.dt.wizards.AbstractNewFileWizard
pageFields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.epsilon.common.dt.wizards.AbstractNewFileWizard
addPages, getImageDescriptor, initMethods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
Constructor Details
-
NewHutnFileWizard
public NewHutnFileWizard()
-
-
Method Details
-
getTitle
- Specified by:
getTitlein classAbstractNewFileWizard
-
getExtension
- Specified by:
getExtensionin classAbstractNewFileWizard
-
getDescription
- Specified by:
getDescriptionin classAbstractNewFileWizard
-
performFinish
public boolean performFinish()Description copied from class:AbstractNewFileWizardThis method is called when 'Finish' button is pressed in the wizard. We will create an operation and run it using wizard as execution context.- Specified by:
performFinishin interfaceorg.eclipse.jface.wizard.IWizard- Overrides:
performFinishin classAbstractNewFileWizard
-
determineInitialContents
Description copied from class:AbstractNewFileWizardWe will initialize file contents with a sample text.- Overrides:
determineInitialContentsin classAbstractNewFileWizard
-