|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject | +--TComponent | +--TComboBox
La classe TComboBox représente un menu déroulant.
Field Summary | |
TCursor |
cursor
Le curseur utilisé par le combo |
TVector |
items
Les items du combo |
TObject |
selected
L'item sélectionné |
Fields inherited from class TComponent |
height, img, visible, width, x, y |
Constructor Summary | |
TComboBox()
|
Method Summary | |
TComboBox |
clone()
Cette méthode retourne un objet de Type ComboBox 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 |
setSelected(TObject selected)
Cette méthode change l'item sélectionné. |
TComboBox |
TComboBox0()
Ce constructeur instancie un objet de Type ComboBox. |
void |
use()
Cette méthode permet à l'utilisateur d'utiliser le ComboBox. |
Methods inherited from class TComponent |
equals, move, setBounds, setHeight, setVisible, setWidth, setX, setY, TComponent0, toString |
Methods inherited from class TObject |
equals, TObject0 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public TVector items
public TObject selected
public TCursor cursor
Constructor Detail |
public TComboBox()
Method Detail |
public TComboBox TComboBox0()
public TComboBox clone()
clone
in class TComponent
public void finalize()
finalize
in class TComponent
public void print()
print
in class TComponent
public void use()
public void setSelected(TObject selected)
selected
- L'item sélectionné
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |