org.eclipse.datatools.enablement.msft.sqlserver.ui.drivers
Class SQLServer2005DriverUIContributorBase

java.lang.Object
  extended by org.eclipse.datatools.enablement.msft.sqlserver.ui.drivers.SQLServer2005DriverUIContributorBase
All Implemented Interfaces:
IDriverUIContributor, org.eclipse.swt.widgets.Listener

public class SQLServer2005DriverUIContributorBase
extends java.lang.Object
implements IDriverUIContributor, org.eclipse.swt.widgets.Listener


Constructor Summary
SQLServer2005DriverUIContributorBase()
           
 
Method Summary
 boolean determineContributorCompletion()
           
 org.eclipse.swt.widgets.Composite getContributedDriverUI(org.eclipse.swt.widgets.Composite parent, boolean isReadOnly)
           
 java.util.List getSummaryData()
           
 void handleEvent(org.eclipse.swt.widgets.Event event)
           
 void loadProperties()
           
 void setDialogPage(org.eclipse.jface.dialogs.DialogPage parentPage)
           
 void setDriverUIContributorInformation(IDriverUIContributorInformation contributorInformation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLServer2005DriverUIContributorBase

public SQLServer2005DriverUIContributorBase()
Method Detail

determineContributorCompletion

public boolean determineContributorCompletion()
Specified by:
determineContributorCompletion in interface IDriverUIContributor

getContributedDriverUI

public org.eclipse.swt.widgets.Composite getContributedDriverUI(org.eclipse.swt.widgets.Composite parent,
                                                                boolean isReadOnly)
Specified by:
getContributedDriverUI in interface IDriverUIContributor

getSummaryData

public java.util.List getSummaryData()
Specified by:
getSummaryData in interface IDriverUIContributor

loadProperties

public void loadProperties()
Specified by:
loadProperties in interface IDriverUIContributor

setDialogPage

public void setDialogPage(org.eclipse.jface.dialogs.DialogPage parentPage)
Specified by:
setDialogPage in interface IDriverUIContributor

setDriverUIContributorInformation

public void setDriverUIContributorInformation(IDriverUIContributorInformation contributorInformation)
Specified by:
setDriverUIContributorInformation in interface IDriverUIContributor

handleEvent

public void handleEvent(org.eclipse.swt.widgets.Event event)
Specified by:
handleEvent in interface org.eclipse.swt.widgets.Listener