Uses of Interface
de.bea.domingo.DForm

Packages that use DForm
de.bea.domingo Interfaces and factory for access to Lotus Notes databases. 
de.bea.domingo.http Http implementation of the contract in package de.bea.domingo
de.bea.domingo.proxy Proxy implementation of the contract in package de.bea.domingo
 

Uses of DForm in de.bea.domingo
 

Methods in de.bea.domingo that return DForm
 DForm DDatabase.getForm(java.lang.String name)
          Returns the form with a given name.
 

Uses of DForm in de.bea.domingo.http
 

Methods in de.bea.domingo.http that return DForm
 DForm DatabaseHttp.getForm(java.lang.String name)
          Returns the form with a given name.
 

Uses of DForm in de.bea.domingo.proxy
 

Classes in de.bea.domingo.proxy that implement DForm
 class FormProxy
          A notes Form.
 

Methods in de.bea.domingo.proxy that return DForm
 DForm DatabaseProxy.getForm(java.lang.String formName)
          Returns the form with a given name.
 



Domingo Java-API