|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.demo.DemoUIHandler
public class DemoUIHandler
Le handler de l'ui principale.
DemoUI| Constructor Summary | |
|---|---|
DemoUIHandler()
|
|
| Method Summary | |
|---|---|
void |
changeLanguage(JAXXContext context,
Locale newLocale)
|
void |
changeScreen(JAXXContext context,
boolean fullscreen)
Méthode pour changer de mode d'affichage. |
void |
close(JAXXContext context)
Ferme l'application. |
void |
displayUI(DemoUI ui,
String nodePath)
|
void |
gotoSite(JAXXContext context)
|
DemoUI |
initUI(DefaultApplicationContext rootContext,
DemoConfig config)
Methode pour initialiser l'ui principale sans l'afficher. |
void |
reloadUI(DefaultApplicationContext rootContext,
DemoConfig config)
Permet de recharger l'ui principale et de changer de le mode d'affichage. |
void |
showAbout(DemoUI ui)
|
void |
showConfig(JAXXContext context)
|
void |
showHelp(JAXXContext context,
String helpId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DemoUIHandler()
| Method Detail |
|---|
public DemoUI initUI(DefaultApplicationContext rootContext,
DemoConfig config)
rootContext - le context applicatifconfig - la configuration a utiliser
public void displayUI(DemoUI ui,
String nodePath)
public void reloadUI(DefaultApplicationContext rootContext,
DemoConfig config)
rootContext - le contexte applicatifconfig - la configuration a utiliser
public void changeScreen(JAXXContext context,
boolean fullscreen)
fullscreen est à true alors on passe en
mode console (c'est à dire en mode plein écran exclusif), sinon on
passe en mode fenetré normal.
context - l'ui principale de l'applicationfullscreen - le nouvel état requis.
public void changeLanguage(JAXXContext context,
Locale newLocale)
public void close(JAXXContext context)
context - l'ui principale de l'applicationpublic void showConfig(JAXXContext context)
public void showHelp(JAXXContext context,
String helpId)
public void gotoSite(JAXXContext context)
public void showAbout(DemoUI ui)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||