|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDataSourceWizardPageCore
org.eclipse.datatools.connectivity.oda.design.ui.wizards.DataSourceWizardPage
public abstract class DataSourceWizardPage
The abstract base class for implementation of a customized
ODA data source wizard page.
An ODA data source UI extension must extend this to
provide customized wizard page with page control and related behavior.
This must be used as the base class of
the newWizard.class attribute defined in the
org.eclipse.datatools.connectivity.connectionProfile
extension point.
Constructor Summary | |
---|---|
DataSourceWizardPage(java.lang.String pageName)
Constructor with single argument for wizard page name. |
|
DataSourceWizardPage(java.lang.String pageName,
java.lang.String title,
ImageDescriptor titleImage)
|
Method Summary | |
---|---|
abstract java.util.Properties |
collectCustomProperties()
Returns custom properties updated with values collected in custom wizard page(s). |
void |
createCustomControl(Composite parent)
|
abstract void |
createPageCustomControl(Composite parent)
Creates customized control for this wizard page under the given parent composite. |
java.lang.String |
getOdaDataSourceId()
|
void |
refresh()
|
abstract void |
setInitialProperties(java.util.Properties dataSourceProps)
Sets the initial properties and values to initialize the customized control of this wizard page. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSourceWizardPage(java.lang.String pageName)
pageName
- wizard page namepublic DataSourceWizardPage(java.lang.String pageName, java.lang.String title, ImageDescriptor titleImage)
Method Detail |
---|
public abstract void createPageCustomControl(Composite parent)
parent
- the parent compositepublic abstract void setInitialProperties(java.util.Properties dataSourceProps)
dataSourceProps
- custom properties of the extended
ODA data sourcepublic abstract java.util.Properties collectCustomProperties()
public void refresh()
public void createCustomControl(Composite parent)
public java.lang.String getOdaDataSourceId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |