|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizardPage
org.eclipse.datatools.connectivity.ui.wizards.ConnectionProfileDetailsPage
org.eclipse.datatools.connectivity.db.generic.ui.GenericDBProfileDetailsWizardPage
public class GenericDBProfileDetailsWizardPage
This class gathers the properties for the generic DB connection profile.
Field Summary |
---|
Fields inherited from interface org.eclipse.help.IContextProvider |
---|
NONE, SELECTION |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
GenericDBProfileDetailsWizardPage(java.lang.String pageName)
Constructor |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
void |
createCustomControl(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
org.eclipse.help.IContext |
getContext(java.lang.Object target)
|
int |
getContextChangeMask()
|
java.lang.String |
getDatabaseName()
Get the database name |
java.lang.String |
getDBConnProps()
Get the optional connection properties |
java.lang.String |
getDBPWD()
Get the password |
java.lang.String |
getDBUID()
Get the user name |
java.lang.String |
getDriverCategory()
|
java.lang.String |
getDriverClass()
Get the driver class |
java.lang.String |
getDriverDatabaseName()
Get the sample database name from the driver instance. |
java.lang.String |
getDriverID()
Get the driver ID |
java.lang.String |
getDriverURL()
Get the sample URL from the driver instance. |
boolean |
getSaveDBPWD()
Get the password |
java.lang.String |
getSearchExpression(java.lang.Object target)
|
java.util.List |
getSummaryData()
|
java.lang.String |
getURL()
Get the URL for the CP |
java.lang.String |
getVendor()
Get the vendor |
java.lang.String |
getVersion()
Get the version |
void |
setDriverCategory(java.lang.String driverCategory)
Sets the driver category that should be used for displaying available driver defnitions. |
void |
setErrorMessage(java.lang.String newMessage)
|
Methods inherited from class org.eclipse.datatools.connectivity.ui.wizards.ConnectionProfileDetailsPage |
---|
setCreateAutoConnectControls |
Methods inherited from class org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizardPage |
---|
getSkippable, onSetActive, onWizardNext, setNeedMediation, setSkippable |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Constructor Detail |
---|
public GenericDBProfileDetailsWizardPage(java.lang.String pageName)
pageName
- Method Detail |
---|
public void createCustomControl(org.eclipse.swt.widgets.Composite parent)
createCustomControl
in class ConnectionProfileDetailsPage
public java.lang.String getDriverURL()
public java.lang.String getDriverDatabaseName()
public java.lang.String getVendor()
public java.lang.String getVersion()
public java.lang.String getDriverClass()
public java.lang.String getDBUID()
public java.lang.String getDBPWD()
public boolean getSaveDBPWD()
public java.lang.String getDBConnProps()
public java.lang.String getDatabaseName()
public java.lang.String getURL()
public java.lang.String getDriverID()
public java.util.List getSummaryData()
getSummaryData
in interface org.eclipse.datatools.connectivity.internal.ui.wizards.ISummaryDataSource
getSummaryData
in class org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizardPage
public void setErrorMessage(java.lang.String newMessage)
setErrorMessage
in class org.eclipse.jface.wizard.WizardPage
public java.lang.String getDriverCategory()
public void setDriverCategory(java.lang.String driverCategory)
driverCategory
- public org.eclipse.help.IContext getContext(java.lang.Object target)
getContext
in interface org.eclipse.help.IContextProvider
getContext
in class ConnectionProfileDetailsPage
public int getContextChangeMask()
getContextChangeMask
in interface org.eclipse.help.IContextProvider
getContextChangeMask
in class ConnectionProfileDetailsPage
public java.lang.String getSearchExpression(java.lang.Object target)
getSearchExpression
in interface org.eclipse.help.IContextProvider
getSearchExpression
in class ConnectionProfileDetailsPage
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
createControl
in class ConnectionProfileDetailsPage
public void dispose()
dispose
in interface org.eclipse.jface.dialogs.IDialogPage
dispose
in class org.eclipse.jface.dialogs.DialogPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |