Administration Tools

org.topcased.service.projecttotemplate.wizard
Class ProjectToTemplateWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.topcased.service.projecttotemplate.wizard.ProjectToTemplateWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class ProjectToTemplateWizard
extends org.eclipse.jface.wizard.Wizard

Create a new Wizard to create a project from template : "*.xml" file.
This wizard is composed of only one page : 'TemplateToProjectPage'.


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
ProjectToTemplateWizard(org.eclipse.core.runtime.IPath projectPath)
          Constructor
 
Method Summary
 void addPages()
           
 ProjectToTemplatePage getProjectToTemplatePage()
           
 boolean performFinish()
          IWizard Perform Finish
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, 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
 

Constructor Detail

ProjectToTemplateWizard

public ProjectToTemplateWizard(org.eclipse.core.runtime.IPath projectPath)
Constructor

Parameters:
projectPath - : path of the project which can be transform in xml file
Method Detail

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard
See Also:
Add pages

performFinish

public boolean performFinish()
IWizard Perform Finish

Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard
See Also:
IWizard.performFinish()

getProjectToTemplatePage

public ProjectToTemplatePage getProjectToTemplatePage()
Returns:
ProjectToTemplatePage

Administration Tools

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.