|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.sma.simulacion.app.WaitShowing
public final class WaitShowing
Classe pour attendre qu'un composant soit affiché.
| Field Summary | |
|---|---|
private Component |
mComponent
Composant surveillé. |
| Constructor Summary | |
|---|---|
private |
WaitShowing(Component inComponent)
Constructeur à partir d'un composant. |
| Method Summary | |
|---|---|
void |
hierarchyChanged(HierarchyEvent inEvent)
Quelque chose a changé dans la hiérarchie du composant. |
static void |
wait(Component inComponent)
Attente synchrone. |
static void |
wait(Component inComponent,
Runnable inCallback)
Attente asynchrone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Component mComponent
| Constructor Detail |
|---|
private WaitShowing(Component inComponent)
inComponent - composant à surveiller.| Method Detail |
|---|
public static void wait(Component inComponent)
inComponent - composant à surveiller.
public static void wait(Component inComponent,
Runnable inCallback)
inComponent - composant à surveiller.inCallback - callback a appeler.public void hierarchyChanged(HierarchyEvent inEvent)
hierarchyChanged in interface HierarchyListenerinEvent - événement du changement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||