|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--application_clientjanet
Démarre une FrameClient en mode Application
FrameClient
,
applet_clientjanet
Field Summary | |
private FrameClient |
maFenetre
FrameClient à démarrer |
Constructor Summary | |
application_clientjanet()
|
Method Summary | |
void |
affiche(java.lang.String texte)
affiche des messages en provenance de FrameClient |
void |
demarrer()
crée une nouvelle FrameClient et la démarre |
void |
fermer()
ferme l'application ou l'applet qui implémente ClientStarter |
boolean |
isApplet()
retourne vrai si this est une applet, faux sinon |
static void |
main(java.lang.String[] args)
Point d'entrée du programme lorsqu'il est lancé en mode Application |
Methods inherited from class java.lang.Object |
|
Field Detail |
private FrameClient maFenetre
Constructor Detail |
public application_clientjanet()
Method Detail |
public void demarrer()
ClientStarter
demarrer
in interface ClientStarter
clientjanet.ClientStarter
FrameClient
public void fermer()
ClientStarter
fermer
in interface ClientStarter
clientjanet.ClientStarter
Applet_starter
,
Application_starter
public void affiche(java.lang.String texte)
ClientStarter
affiche
in interface ClientStarter
public boolean isApplet()
ClientStarter
isApplet
in interface ClientStarter
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |