Uses of Interface
com.ibm.di.config.interfaces.FormConfig

Packages that use FormConfig
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
 

Uses of FormConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement FormConfig
 class FormConfigImpl
          Implementation of the configuration of a Form that can be displayed by the Configuration Editor
 

Methods in com.ibm.di.config.base that return FormConfig
 FormConfig FormItemConfigImpl.getForm()
           
 

Methods in com.ibm.di.config.base with parameters of type FormConfig
 void FormSectionImpl.setForm(FormConfig form)
           
 void FormItemConfigImpl.setForm(FormConfig form)
           
 

Constructors in com.ibm.di.config.base with parameters of type FormConfig
FormConfigUtil(FormConfig form, String nlsCode, boolean expandValues)
          Use this constructor when you already have a FormConfig object.
 

Uses of FormConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces with parameters of type FormConfig
 void FormSection.setForm(FormConfig form)
          Set the FormConfig this FormSection is part of.
 void FormItemConfig.setForm(FormConfig form)
          Set the FormConfig this FormItem is part of.