Subversion Repositories bacoAlunos

Rev

Rev 1863 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1863 Rev 1995
Line 1... Line 1...
1
package pt.estgp.estgweb.services.courses.coursereport.documentmodel;
1
package pt.estgp.estgweb.services.courses.coursereport.documentmodel;
2
 
2
 
3
import pt.estgp.estgweb.services.courses.coursereport.documentmodel.learningresults.LearningAnalysisSection;
3
import pt.estgp.estgweb.services.courses.coursereport.documentmodel.learningresults.LearningAnalysisSection;
4
import pt.estgp.estgweb.services.courses.coursereport.documentmodel.learningresults.LearningGlobalAnalysisSection;
4
import pt.estgp.estgweb.services.courses.coursereport.documentmodel.learningresults.LearningGlobalAnalysisSection;
5
import pt.estgp.estgweb.services.courses.coursereport.documentmodel.learningresults.components.UnitsLearningResultsTable;
5
import pt.estgp.estgweb.services.courses.coursereport.documentmodel.learningresults.components.UnitsLearningResultsTable;
-
 
6
 
6
import pt.estgp.estgweb.utils.documentBuilder.CustomPane;
7
import pt.estgp.estgweb.utils.documentBuilder.CustomPane;
7
import pt.estgp.estgweb.utils.documentBuilder.DocumentSection;
8
import pt.estgp.estgweb.utils.documentBuilder.DocumentSection;
8
import pt.estgp.estgweb.utils.documentBuilder.GenericTextSection;
9
import pt.estgp.estgweb.utils.documentBuilder.GenericTextSection;
9
import pt.estgp.estgweb.utils.documentBuilder.TextComponent;
10
import pt.estgp.estgweb.utils.documentBuilder.TextComponent;
10
 
11