Subversion Repositories bacoAlunos

Rev

Rev 1814 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.services.courses.coursereport.documentmodel.surveys;

import pt.estgp.estgweb.utils.documentBuilder.DocumentSection;
import pt.estgp.estgweb.utils.documentBuilder.GenericTextSection;
import pt.estgp.estgweb.utils.documentBuilder.TextComponent;

/**
 * Created by jorgemachado on 11/10/17.
 */

public class SurveysAnalysisSection extends DocumentSection
{

    public SurveysAnalysisSection() {
    }

    public SurveysAnalysisSection(1.5.0/docs/api/java/lang/String.html">String title) {
        super(title);
        getComponents().add(new 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent());

        //4.2.1
        getSubSections().add(new GenericTextSection("AnĂ¡lise das UC's"));
        //4.2.2
        getSubSections().add(new GenericTextSection("AnĂ¡lise das Salas"));
    }
}