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

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.AddExistingTaskWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class AddExistingTaskWizard
extends MultiRepositoryAwareWizard

Author:
Mik Kersten, Brock Janiczak, Eugene Kuleshov, Steffen Pingel

Nested Class Summary
private static class AddExistingTaskWizard.SelectRepositoryPageForAddExistingTask
           
 
Field Summary
static java.lang.String TITLE
           
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
AddExistingTaskWizard()
           
 
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

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

AddExistingTaskWizard

public AddExistingTaskWizard()