org.eclipse.datatools.connectivity.db.generic.ui
Class GenericDBProfilePropertyPage

java.lang.Object
  extended byPropertyPage
      extended byorg.eclipse.datatools.connectivity.ui.wizards.ProfilePropertyPage
          extended byorg.eclipse.datatools.connectivity.ui.wizards.ProfileDetailsPropertyPage
              extended byorg.eclipse.datatools.connectivity.db.generic.ui.GenericDBProfilePropertyPage

public class GenericDBProfilePropertyPage
extends ProfileDetailsPropertyPage

This class allows the user to edit connection properties for the generic DB connection profile.

Author:
ledunnel
See Also:
Serialized Form

Constructor Summary
GenericDBProfilePropertyPage()
           
 
Method Summary
 java.lang.String getDriverCategory()
           
 java.lang.String getDriverURL()
           
 boolean isValid()
           
 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.ProfilePropertyPage
performOk
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericDBProfilePropertyPage

public GenericDBProfilePropertyPage()
Method Detail

getDriverURL

public java.lang.String getDriverURL()
Returns:

isValid

public boolean isValid()

setErrorMessage

public void setErrorMessage(java.lang.String newMessage)

getDriverCategory

public java.lang.String getDriverCategory()

setDriverCategory

public void setDriverCategory(java.lang.String driverCategory)
Sets the driver category that should be used for displaying available driver defnitions.

Parameters:
driverCategory -


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.