|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectDataSetWizardPageCore
org.eclipse.datatools.connectivity.oda.design.ui.wizards.DataSetWizardPage
The abstract base class for implementation of a customized
ODA data set wizard page.
An ODA data set UI extension must extend this to
provide customized wizard page with page control and related behavior.
This is the base class of
the dataSetPage.wizardPageClass attribute defined in the
org.eclipse.datatools.connectivity.oda.design.ui.dataSource extension point.
| Constructor Summary | |
DataSetWizardPage(java.lang.String pageName)
Constructor with single argument for wizard page name. |
|
DataSetWizardPage(java.lang.String pageName,
java.lang.String title,
ImageDescriptor titleImage)
|
|
| Method Summary | |
abstract void |
createPageCustomControl(Composite parent)
Creates customized control for this wizard page under the given parent composite. |
abstract void |
setInitialDesign(DataSetDesign dataSetDesign)
Sets the initial data set design definition 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 DataSetWizardPage(java.lang.String pageName)
pageName - wizard page name
public DataSetWizardPage(java.lang.String pageName,
java.lang.String title,
ImageDescriptor titleImage)
| Method Detail |
public abstract void createPageCustomControl(Composite parent)
parent - the parent compositepublic abstract void setInitialDesign(DataSetDesign dataSetDesign)
dataSetDesign - a previously defined ODA data set design instance
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||