Uses of Class
org.chorem.lima.LimaContext

Packages that use LimaContext
org.chorem.lima   
org.chorem.lima.ui   
 

Uses of LimaContext in org.chorem.lima
 

Fields in org.chorem.lima declared as LimaContext
protected static LimaContext LimaContext.instance
          l'intance partagée accessible après un appel à la méthode init()
 

Methods in org.chorem.lima that return LimaContext
static LimaContext LimaContext.get()
          Récupération du contexte applicatif.
static LimaContext LimaContext.getContext()
           
static LimaContext LimaContext.init()
          Permet l'initialisation du contexte applicatif et positionne l'instance partagée.
static LimaContext LimaMain.init(String... args)
          initialisation de l'application :

chargement du context

 

Methods in org.chorem.lima with parameters of type LimaContext
protected static void LimaMain.launch(LimaContext context)
           
 

Uses of LimaContext in org.chorem.lima.ui
 

Methods in org.chorem.lima.ui with parameters of type LimaContext
 MainView MainViewHandler.initUI(LimaContext rootContext, boolean fullscreen)
          Methode pour initialiser l'ui principale sans l'afficher.
protected  void MainViewHandler.reloadUI(LimaContext rootContext, boolean fullscreen)
          Permet de recharger l'ui principale et de changer de le mode d'affichage.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.