Debconf::Base Debconf base class
Debconf::Base                           Debconf base class
  ConfModule                            communicates with a ConfModule
  Element                               Base input element
    Dialog::Boolean                     Yes/No dialog box
    Dialog::Note                        A note in a dialog box
    Dialog::Password                    A password input field in a dialog box
    Dialog::String                      A text input field in a dialog box
    Dialog::Text                        A message in a dialog box
    Editor::Boolean                     Yes/No question
    Editor::String                      String question
      Password                          Password input
    Editor::Text                        Just test to display to user.
      Note                              Just test to display to user.
    Gnome                               gnome UI element
      Boolean                           check box widget
      Multiselect                       a check list in a dialog box
      Note                              a note to show to the user
      Password                          password input widget
      Select                            drop down select box widget
      String                            text input widget
      Text                              a bit of text to show to the user.
    Noninteractive                      Dummy Element
      Note                              noninteractive note Element
      Select                            dummy select Element
    Select                              Base select input element
      Dialog::Select                    A list of choices in a dialog box
      Editor::Select                    select from a list of choices
      Multiselect                       Base multiselect input element
        Dialog::Multiselect             a check list in a dialog box
        Editor::Multiselect             select from a list of choices
        Teletype::Multiselect           select multiple items
        Web::Multiselect                A multi select box on a form
      Teletype::Select                  select from a list of values
      Web::Select                       A select box on a form
    Teletype::Boolean                   Yes/No question
    Teletype::Note                      A note to the user
    Teletype::Password                  password input field
    Teletype::String                    string input field
    Teletype::Text                      show text to the user
    Web::Boolean                        A check box on a form
    Web::Password                       A password input field on a form
    Web::String                         A text input field on a form
    Web::Text                           A paragraph on a form
      Note                              A paragraph on a form
  Format                                base class for formatting database output
    822                                 RFC-822-ish output format
  FrontEnd                              base FrontEnd
    Gnome                               GUI Gnome frontend
    Noninteractive                      non-interactive FrontEnd
    Passthrough                         pass-through meta-frontend for Debconf
    ScreenSize                          screen size tracker
      Dialog                            dialog FrontEnd
      Editor                            Edit a config file to answer questions
      Teletype                          FrontEnd for any teletype
        Readline                        Terminal frontend with readline support
          Text                          legacy text frontend
    Web                                 web FrontEnd
  Iterator                              DebConf iterator object
Debconf::DbDriver                       base class for debconf db drivers
  Cache                                 caching database driver
    Directory                           store database in a directory
      DirTree                           store database in a directory hierarchy
    File                                store database in flat file
    LDAP                                access (config) database in an LDAP directory
    Pipe                                read/write database from file descriptors
  Copy                                  class that can make copies
    Backup                              backup writes to a db
    Stack                               stack of drivers
  Debug                                 debug db requests
Debconf::Template                       Template object with persistence.
  Transient                             Transient template object
Exporter                                
  Debconf::AutoSelect                   automatic FrontEnd selection library.
  Debconf::Client::ConfModule           client module for ConfModules
  Debconf::Gettext                      Enables gettext for internationalization.
  Debconf::Log                          debconf log module
  Debconf::Priority                     priority level module