|
|||||||||||
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.DataSetPageInfo
Represents the definition of a customized page that an extension contributes to an ODA host designer's data set dialog.
Method Summary | |
java.lang.String |
getDisplayName()
Returns the page title or descriptive name of a customized page that will be displayed in the UI of this page. |
java.lang.String |
getIcon()
Returns the relative path to an icon that may be used in the UI in addition to the page's display name. |
java.lang.String |
getPageId()
Returns the unique name of this page within a data set dialog. |
java.lang.String |
getPath()
Returns the path of the page in a data set preference dialog. |
java.lang.String |
getWizardPageClassName()
Returns the fully qualified class name that implements a custom data set wizard page that allows an user to create or edit an ODA data set design instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getPageId()
public java.lang.String getWizardPageClassName()
public java.lang.String getDisplayName()
public java.lang.String getPath()
public java.lang.String getIcon()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |