org.eclipse.datatools.connectivity.db.generic.ui.wizard
Class NewJDBCFilteredCPWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizard
          extended by org.eclipse.datatools.connectivity.internal.ui.wizards.NewCPWizard
              extended by org.eclipse.datatools.connectivity.ui.wizards.NewFilteredCPWizard
                  extended by org.eclipse.datatools.connectivity.db.generic.ui.wizard.NewJDBCFilteredCPWizard
All Implemented Interfaces:
org.eclipse.datatools.connectivity.internal.ui.wizards.IMediator, org.eclipse.datatools.connectivity.internal.ui.wizards.ISummaryDataSource, org.eclipse.help.IContextProvider, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class NewJDBCFilteredCPWizard
extends NewFilteredCPWizard

Simple class that filters out everything but Database profile wizards.

Author:
brianf

Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Fields inherited from interface org.eclipse.help.IContextProvider
NONE, SELECTION
 
Constructor Summary
NewJDBCFilteredCPWizard()
           
 
Method Summary
 
Methods inherited from class org.eclipse.datatools.connectivity.internal.ui.wizards.NewCPWizard
addPages, canFinish, createPageControls, getContext, getContextChangeMask, getParentProfile, getSearchExpression, init, needsPreviousAndNextButtons, performFinish
 
Methods inherited from class org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizard
getNextPage, getPreviousPage, getStartingPage, getSummaryData, mediatePage
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getShell, getTitleBarColor, getWindowTitle, isHelpAvailable, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

NewJDBCFilteredCPWizard

public NewJDBCFilteredCPWizard()