|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TComponent | +--TCaptionedComponent | +--TTextField | +--TTextArea
La classe TTextArea représente une zone de texte. Une TextArea est en fait un TextField avec la possibilité de répartir le texte sur plusieurs lignes.
Field Summary | |
boolean |
editable
Indique si le texte est éditable |
Fields inherited from class TTextField |
mask, masked |
Fields inherited from class TCaptionedComponent |
caption |
Fields inherited from class TComponent |
height, img, visible, width, x, y |
Constructor Summary | |
TTextArea()
|
Method Summary | |
TTextArea |
clone()
Cette méthode retourne un objet de Type TextArea qui est une copie de l'objet. |
void |
finalize()
Cette méthode libère l'espace mémoire occupée par l'objet, détruisant ce dernier. |
void |
print()
Cette méthode affiche le composant à l'écran. |
void |
setCaption(TString caption)
Cette méthode change l'étiquette du composant. |
TTextArea |
TTextArea0()
Ce constructeur instancie un objet de Type TextArea. |
TTextArea |
TTextArea1(TString caption)
Ce constructeur instancie un objet de Type TextArea en spécifiant le texte de l'étiquette. |
TTextArea |
TTextArea2(char[] caption)
Ce constructeur instancie un objet de Type TextArea en spécifiant le texte de l'étiquette à l'aide d'une chaîne de caractères ANSI. |
void |
use()
Cette méthode permet à l'utilisateur d'utiliser le composant. |
Methods inherited from class TTextField |
setMask, setMasked, TTextField0, TTextField1, TTextField2 |
Methods inherited from class TCaptionedComponent |
equals, getFontHeight, getFontWidth, TCaptionedComponent0, TCaptionedComponent1, TCaptionedComponent2, toString |
Methods inherited from class TComponent |
equals, move, setBounds, setHeight, setVisible, setWidth, setX, setY, TComponent0 |
Methods inherited from class TObject |
TObject0 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean editable
Constructor Detail |
public TTextArea()
Method Detail |
public TTextArea TTextArea0()
public TTextArea TTextArea1(TString caption)
caption
- Le texte de l'étiquettepublic TTextArea TTextArea2(char[] caption)
caption
- Le texte de l'étiquettepublic TTextArea clone()
clone
in class TTextField
public void finalize()
finalize
in class TTextField
public void print()
print
in class TTextField
public void use()
use
in class TTextField
public void setCaption(TString caption)
setCaption
in class TCaptionedComponent
caption
- L'étiquette du composant
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |