Uses of Interface
org.eclipse.datatools.connectivity.drivers.IPropertySet

Packages that use IPropertySet
org.eclipse.datatools.connectivity.drivers   
 

Uses of IPropertySet in org.eclipse.datatools.connectivity.drivers
 

Classes in org.eclipse.datatools.connectivity.drivers that implement IPropertySet
 class PropertySetImpl
          Implementation class of the property set
 

Methods in org.eclipse.datatools.connectivity.drivers that return IPropertySet
static IPropertySet[] XMLFileManager.loadPropertySets()
          Load all property sets from storage
 IPropertySet DriverManager.createDefaultInstance(java.lang.String id)
          Creates a default instance of the driver.
 IPropertySet DriverInstance.getPropertySet()
          Returns the actual property set for the driver instance.
 

Methods in org.eclipse.datatools.connectivity.drivers with parameters of type IPropertySet
static void XMLFileManager.saveNamedPropertySet(IPropertySet[] pss)
          Save property sets
 void DriverManager.addDriverInstance(IPropertySet pset)
          Adds a new driver instance to the Drivers file
 

Constructors in org.eclipse.datatools.connectivity.drivers with parameters of type IPropertySet
DriverValidator(TemplateDescriptor template, IPropertySet instance)
          Constructor
DriverInstance(IPropertySet instance)
          Basic constructor.
DriverInstance(TemplateDescriptor template, IPropertySet instance)
          Constructor to pass an explicit template along with the property set.
 



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