Subversion Repositories bacoAlunos

Rev

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

Rev 1814 Rev 1830
Line 1... Line 1...
1
package pt.estgp.estgweb.services.courses.coursereport.documentmodel;
1
package pt.estgp.estgweb.utils.documentBuilder;
2
 
2
 
3
/**
3
/**
4
 * Created by jorgemachado on 11/10/17.
4
 * Created by jorgemachado on 11/10/17.
5
 */
5
 */
6
public class 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent extends DocComponent
6
public class 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent extends SimpleDocComponent
7
{
7
{
-
 
8
 
8
    1.5.0/docs/api/java/lang/String.html">String text;
9
    1.5.0/docs/api/java/lang/String.html">String text;
9
 
10
 
10
    public 1.5.0/docs/api/java/lang/String.html">String getText() {
11
    public 1.5.0/docs/api/java/lang/String.html">String getText() {
11
        return text;
12
        return text;
12
    }
13
    }