com.groovemanager.app.mc909se
Class CreatePatchWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by com.groovemanager.app.mc909se.CreatePatchWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

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

This class represents the wizard that will be shown in the CreatePatchDialog when the user has exported a sample and wants to create a patch out of it.

Author:
Manu Robledo

Field Summary
(package private)  java.lang.String patchName
          The name of the patch to be created
(package private)  SelectPatchPage selectPatchPage
          The first page of this wizard
(package private)  WritePatchPage writePatchPage
          The second page of this wizard
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
CreatePatchWizard(java.lang.String patchName)
          Create a new CreatePatchWizard
 
Method Summary
 void addPages()
           
 boolean performFinish()
           
 
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
 

Field Detail

patchName

java.lang.String patchName
The name of the patch to be created


selectPatchPage

SelectPatchPage selectPatchPage
The first page of this wizard


writePatchPage

WritePatchPage writePatchPage
The second page of this wizard

Constructor Detail

CreatePatchWizard

public CreatePatchWizard(java.lang.String patchName)
Create a new CreatePatchWizard

Parameters:
patchName - The name of the patch
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

performFinish

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