|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TComponent | +--TCaptionedComponent | +--TButton
La classe TButton représente un bouton sur lequel l'utilisateur peut cliquer.
Field Summary |
Fields inherited from class TCaptionedComponent |
caption |
Fields inherited from class TComponent |
height, img, visible, width, x, y |
Constructor Summary | |
TButton()
|
Method Summary | |
TButton |
clone()
Cette méthode retourne un objet de Type Button 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. |
TButton |
TButton0()
Ce constructeur instancie un objet de Type Button. |
TButton |
TButton1(TString caption)
Ce constructeur instancie un objet de Type Button en spécifiant le texte de l'étiquette. |
TButton |
TButton2(char[] caption)
Ce constructeur instancie un objet de Type Button en spécifiant le texte de l'étiquette à l'aide d'une chaîne de caractères ANSI. |
Methods inherited from class TCaptionedComponent |
equals, getFontHeight, getFontWidth, setCaption, 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 |
Constructor Detail |
public TButton()
Method Detail |
public TButton TButton0()
public TButton TButton1(TString caption)
caption
- Le texte de l'étiquettepublic TButton TButton2(char[] caption)
caption
- Le texte de l'étiquettepublic TButton clone()
clone
in class TCaptionedComponent
public void finalize()
finalize
in class TCaptionedComponent
public void print()
print
in class TComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |