|
||||||||||
| 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
com.jurismarches.vradi.VradiContext
public class VradiContext
| 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 | |
|---|---|
static jaxx.runtime.context.JAXXContextEntryDef<AdminPopupUI> |
ADMIN_UI_ENTRY_DEF
|
static jaxx.runtime.context.JAXXContextEntryDef<EmailPopupUI> |
EMAIL_UI_ENTRY_DEF
|
protected static VradiContext |
instance
l'intance partagée accessible après un appel à la méthode init() |
protected Object |
lock
Un objet pour bloquer le context |
static jaxx.runtime.context.JAXXContextEntryDef<VradiMainUI> |
MAIN_UI_ENTRY_DEF
|
static jaxx.runtime.context.JAXXContextEntryDef<OfferListUI> |
OFFERT_LIST_UI_ENTRY_DEF
|
static jaxx.runtime.context.JAXXContextEntryDef<org.nuiton.widget.SwingSession> |
SWING_SESSION_ENTRY_DEF
Instance of SwingSession to save ui disposition |
| 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 | |
|---|---|
protected |
VradiContext()
|
| Method Summary | |
|---|---|
void |
close()
close the application's context. |
static VradiContext |
get()
Récupération du contexte applicatif. |
jaxx.runtime.decorator.DecoratorProvider |
getDecoratorProvider()
TODO EC20100515 : explain this code ! |
jaxx.runtime.swing.renderer.DecoratorProviderListCellRenderer |
getDecoratorProviderListCellRenderer()
TODO EC20100515 : explain this code ! |
VradiConfig |
getVradiConfig()
|
VradiNotifier |
getVradiNotifier()
|
static VradiContext |
init()
Permet l'initialisation du contexte applicatif et positionne l'instance partagée. |
static boolean |
isInit()
|
void |
lock()
|
void |
releaseLock()
|
| 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 |
|---|
public static final jaxx.runtime.context.JAXXContextEntryDef<VradiMainUI> MAIN_UI_ENTRY_DEF
public static final jaxx.runtime.context.JAXXContextEntryDef<OfferListUI> OFFERT_LIST_UI_ENTRY_DEF
public static final jaxx.runtime.context.JAXXContextEntryDef<AdminPopupUI> ADMIN_UI_ENTRY_DEF
public static final jaxx.runtime.context.JAXXContextEntryDef<EmailPopupUI> EMAIL_UI_ENTRY_DEF
public static final jaxx.runtime.context.JAXXContextEntryDef<org.nuiton.widget.SwingSession> SWING_SESSION_ENTRY_DEF
protected static VradiContext instance
init()
protected final Object lock
| Constructor Detail |
|---|
protected VradiContext()
| Method Detail |
|---|
public static boolean isInit()
true si le context a été initialisé via la méthode
init(),
public static VradiContext init()
throws IllegalStateException
IllegalStateException - si un contexte applicatif a déja été positionné.
public static VradiContext get()
throws IllegalStateException
IllegalStateException - si le contexte n'a pas été initialisé via
la méthode init()
public void lock()
throws InterruptedException
InterruptedExceptionpublic void releaseLock()
public void close()
throws Exception
Exception - if any pb while closingpublic VradiConfig getVradiConfig()
public jaxx.runtime.decorator.DecoratorProvider getDecoratorProvider()
public jaxx.runtime.swing.renderer.DecoratorProviderListCellRenderer getDecoratorProviderListCellRenderer()
public VradiNotifier getVradiNotifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||