org.eclipse.datatools.connectivity.ui.wizards
Class ExtensibleProfileDetailsWizardPage
java.lang.Object
   org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.dialogs.DialogPage
       org.eclipse.jface.wizard.WizardPage
org.eclipse.jface.wizard.WizardPage
           org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizardPage
org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizardPage
               org.eclipse.datatools.connectivity.ui.wizards.ConnectionProfileDetailsPage
org.eclipse.datatools.connectivity.ui.wizards.ConnectionProfileDetailsPage
                   org.eclipse.datatools.connectivity.ui.wizards.ExtensibleProfileDetailsWizardPage
org.eclipse.datatools.connectivity.ui.wizards.ExtensibleProfileDetailsWizardPage
- All Implemented Interfaces: 
- org.eclipse.datatools.connectivity.internal.ui.wizards.ISkippable, org.eclipse.datatools.connectivity.internal.ui.wizards.ISummaryDataSource, org.eclipse.datatools.connectivity.internal.ui.wizards.IWizardAction, IDriverUIContributorInformation, org.eclipse.help.IContextProvider, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
- Direct Known Subclasses: 
- HSQLDBProfileDetailsWizardPage, SQLITEProfileDetailsWizardPage
- public class ExtensibleProfileDetailsWizardPage 
- extends ConnectionProfileDetailsPage- implements IDriverUIContributorInformation
 
| Fields inherited from interface org.eclipse.help.IContextProvider | 
| NONE, SELECTION | 
 
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider | 
| ERROR, INFORMATION, NONE, WARNING | 
 
 
 
 
| 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, setDescription, setErrorMessage, 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 | 
 
ExtensibleProfileDetailsWizardPage
public ExtensibleProfileDetailsWizardPage(java.lang.String wizardPageName)
- Requires that a mapping from the driver category ID be made from the provider ID via
 the mappings extension point.
 
ExtensibleProfileDetailsWizardPage
public ExtensibleProfileDetailsWizardPage(java.lang.String wizardPageName,
                                          java.lang.String driverCategoryID)
createCustomControl
public void createCustomControl(org.eclipse.swt.widgets.Composite parent)
- 
- Specified by:
- createCustomControlin class- ConnectionProfileDetailsPage
 
- 
 
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
- 
- Specified by:
- createControlin interface- org.eclipse.jface.dialogs.IDialogPage
- Overrides:
- createControlin class- ConnectionProfileDetailsPage
 
- 
 
determinePageCompletion
public boolean determinePageCompletion()
- 
 
- 
 
getProperties
public java.util.Properties getProperties()
- 
- Specified by:
- getPropertiesin interface- IDriverUIContributorInformation
 
- 
 
setProperties
public void setProperties(java.util.Properties properties)
- 
- Specified by:
- setPropertiesin interface- IDriverUIContributorInformation
 
- 
 
getSummaryData
public java.util.List getSummaryData()
- 
- Specified by:
- getSummaryDatain interface- org.eclipse.datatools.connectivity.internal.ui.wizards.ISummaryDataSource
- Overrides:
- getSummaryDatain class- org.eclipse.datatools.connectivity.internal.ui.wizards.BaseWizardPage
 
- 
 
isPageComplete
public boolean isPageComplete()
- 
- Specified by:
- isPageCompletein interface- org.eclipse.jface.wizard.IWizardPage
- Overrides:
- isPageCompletein class- org.eclipse.jface.wizard.WizardPage
 
- 
 
dispose
public void dispose()
- 
- Specified by:
- disposein interface- org.eclipse.jface.dialogs.IDialogPage
- Overrides:
- disposein class- org.eclipse.jface.dialogs.DialogPage
 
-