org.eclipse.mylar.internal.tasks.ui.wizards
Class NewRepositoryTaskWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.mylar.internal.tasks.ui.wizards.MultiRepositoryAwareWizard
          extended by org.eclipse.mylar.internal.tasks.ui.wizards.NewRepositoryTaskWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class NewRepositoryTaskWizard
extends MultiRepositoryAwareWizard

Author:
Mik Kersten, Eugene Kuleshov, Steffen Pingel

Field Summary
private static java.lang.String TITLE
           
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
NewRepositoryTaskWizard()
           
 
Method Summary
 
Methods inherited from class org.eclipse.mylar.internal.tasks.ui.wizards.MultiRepositoryAwareWizard
addPages, canFinish, init, performFinish
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, 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
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Field Detail

TITLE

private static final java.lang.String TITLE
See Also:
Constant Field Values
Constructor Detail

NewRepositoryTaskWizard

public NewRepositoryTaskWizard()