Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
1830 jmachado 1
package pt.estgp.estgweb.utils.documentBuilder;
1814 jmachado 2
 
3
/**
4
 * Created by jorgemachado on 11/10/17.
5
 */
1830 jmachado 6
public class 1.5.0/docs/api/java/awt/TextComponent.html">TextComponent extends SimpleDocComponent
1814 jmachado 7
{
1830 jmachado 8
 
1814 jmachado 9
    1.5.0/docs/api/java/lang/String.html">String text;
10
 
11
    public 1.5.0/docs/api/java/lang/String.html">String getText() {
12
        return text;
13
    }
14
 
15
    public void setText(1.5.0/docs/api/java/lang/String.html">String text) {
16
        this.text = text;
17
    }
18
}