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

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

public class NewQueryWizard
extends MultiRepositoryAwareWizard

Author:
Mik Kersten, Eugene Kuleshov

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

NewQueryWizard

public NewQueryWizard()