|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.oda.design.ui.manifest.DataSetUIElement
Represents the definition of customized data set designer that an ODA data provider extends to allow an user to create or edit an ODA data set design instance. This encapsulates the child elements for the data set wizard page(s) and editor page(s).
| Method Summary | |
java.lang.String |
getId()
Returns the fully qualified ID that uniquely identifies the ODA data set type within an ODA data source extension. |
java.lang.String |
getInitialPageId()
Returns the id of a dataSetPage that should be selected and have initial focus in a preference dialog. |
DataSetPageInfo |
getPageDefinition(java.lang.String pageId)
Returns the DataSetPageInfo instance that represents the dataSetPage element with the given id defined in this data set ui element. |
DataSetPageInfo[] |
getPageDefinitions()
Returns an array of definitions of customized data set pages that an extension contributes to an ODA host designer's data set dialog. |
java.lang.String[] |
getPageIds()
Returns an array of ids of the dataSetPage elements defined in this data set ui element. |
DataSetWizardInfo |
getWizardInfo()
Returns the definition of a data set wizard that allows an user to create a new ODA data set design instance. |
boolean |
hasParameterDefinition()
Indicates whether this type of data set design tends to have data set parameters defined, and an ODA host designer might need to collect further metadata on the parameter definitions provided by the customized page(s). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getId()
public java.lang.String getInitialPageId()
public boolean hasParameterDefinition()
public DataSetWizardInfo getWizardInfo()
public DataSetPageInfo[] getPageDefinitions()
public java.lang.String[] getPageIds()
public DataSetPageInfo getPageDefinition(java.lang.String pageId)
throws OdaException
OdaException - if there is no data set page definition associated
with the specified data set page id, or
if there are more than one data set pages
that match the id.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||