PSE 2000 Group 4

Uses of Interface
jobmatch.presentation.CVSectionFormatter

Packages that use CVSectionFormatter
jobmatch.presentation   
 

Uses of CVSectionFormatter in jobmatch.presentation
 

Classes in jobmatch.presentation that implement CVSectionFormatter
(package private)  class CVEducation.EducationFormatter
          Inner class returns a formated HTMLElement for a given education section
(package private)  class CVLanguageExperience.LanguageFormatter
          Inner class returns a formated HTMLElement for a given language section
 

Methods in jobmatch.presentation with parameters of type CVSectionFormatter
 void CVMultiSection.fillTable(jobmatch.presentation.HTMLElement container, CVSectionFormatter formatter, Collection data)
          formats all CVSections contained in data with the provided formater and puts the results into the container.
 


PSE 2000 Group 4