|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.runtime.context.DefaultJAXXContext
jaxx.runtime.context.DefaultApplicationContext
org.chorem.lima.LimaContext
public class LimaContext
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jaxx.runtime.context.DefaultApplicationContext |
|---|
jaxx.runtime.context.DefaultApplicationContext.AutoLoad, jaxx.runtime.context.DefaultApplicationContext.MethodAccess |
| Field Summary | |
|---|---|
protected static LimaContext |
instance
l'intance partagée accessible après un appel à la méthode init() |
static jaxx.runtime.context.JAXXContextEntryDef<MainView> |
MAIN_UI_ENTRY_DEF
|
| Fields inherited from class jaxx.runtime.context.DefaultApplicationContext |
|---|
entryListened, forwards, pcs |
| Fields inherited from class jaxx.runtime.context.DefaultJAXXContext |
|---|
data, PARENT_CONTEXT_ENTRY, parentContext |
| Constructor Summary | |
|---|---|
LimaContext()
|
|
| Method Summary | |
|---|---|
void |
close()
close the application's context. |
static LimaContext |
get()
Récupération du contexte applicatif. |
LimaConfig |
getConfig()
|
static LimaContext |
getContext()
|
MainView |
getMainUI()
|
static LimaContext |
init()
Permet l'initialisation du contexte applicatif et positionne l'instance partagée. |
void |
initI18n()
|
static boolean |
isInit()
|
| Methods inherited from class jaxx.runtime.context.DefaultApplicationContext |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyChangeListener, fireEntryChanged, fireEntryChanged, firePropertyChange, getContextValue, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, newAccess, newAccess, newInstance, removeContextValue, removePropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, setContextValue |
| Methods inherited from class jaxx.runtime.context.DefaultJAXXContext |
|---|
clear, getContextValue, getEntry, getKey, getKeys, getParentContext, remove0, removeContextValue, setContextValue, setParentContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static LimaContext instance
init()
public static jaxx.runtime.context.JAXXContextEntryDef<MainView> MAIN_UI_ENTRY_DEF
| Constructor Detail |
|---|
public LimaContext()
| Method Detail |
|---|
public static boolean isInit()
true si le context a été initialisé via la méthode
init(),
public static LimaContext init()
throws IllegalStateException
IllegalStateException - si un contexte applicatif a déja été positionné.
public static LimaContext get()
throws IllegalStateException
IllegalStateException - si le contexte n'a pas été initialisé via
la méthode init()public LimaConfig getConfig()
public void initI18n()
public MainView getMainUI()
public void close()
throws Exception
Exception - if any pb while closingpublic static LimaContext getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||