org.eclipse.datatools.connectivity.oda.design.ui.wizards
Class NewDataSourceWizard

java.lang.Object
  extended by NewDataSourceWizardBase
      extended by org.eclipse.datatools.connectivity.oda.design.ui.wizards.NewDataSourceWizard

public class NewDataSourceWizard
extends NewDataSourceWizardBase

The ODA data source wizard's public class that may be used directly or serves as the base class of the newWizard.class attribute defined in the org.eclipse.datatools.connectivity.connectionProfile extension point.
An ODA data source extension must also implement the org.eclipse.datatools.connectivity.oda.design.ui.dataSource extension point to provide its custom wizard page.
All inherited methods are internal API.


Constructor Summary
NewDataSourceWizard()
           
NewDataSourceWizard(java.lang.String odaDataSourceId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDataSourceWizard

public NewDataSourceWizard(java.lang.String odaDataSourceId)
                    throws OdaException
Throws:
OdaException

NewDataSourceWizard

public NewDataSourceWizard()


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.