public class DemoApplicationContext
extends jaxx.runtime.context.DefaultApplicationContext
implements jaxx.runtime.swing.help.JAXXHelpUIHandler
| Constructor and Description |
|---|
DemoApplicationContext(DemoConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static DemoApplicationContext |
get()
Récupération du contexte applicatif.
|
DemoConfig |
getConfig() |
DemoUI |
getMainUI() |
protected static DemoApplicationContext |
init(DemoConfig config)
Permet l'initialisation du contexte applicatif et positionne
l'context partagée.
|
protected static boolean |
isInit() |
void |
showHelp(jaxx.runtime.JAXXContext context,
jaxx.runtime.swing.help.JAXXHelpBroker broker,
String helpId) |
addPropertyChangeListener, addPropertyChangeListener, addPropertyChangeListener, fireEntryChanged, fireEntryChanged, firePropertyChange, getContextValue, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, newAccess, newAccess, newInstance, removeContextValue, removePropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, setContextValuepublic DemoApplicationContext(DemoConfig config)
protected static boolean isInit()
true si le context a été initialisé via la méthode
init(DemoConfig), protected static DemoApplicationContext init(DemoConfig config) throws IllegalStateException
config - application configIllegalStateException - si un contexte applicatif a déja été positionné.public static DemoApplicationContext get() throws IllegalStateException
IllegalStateException - si le contexte n'a pas été initialisé via
la méthode init(DemoConfig)public DemoConfig getConfig()
public void showHelp(jaxx.runtime.JAXXContext context,
jaxx.runtime.swing.help.JAXXHelpBroker broker,
String helpId)
showHelp in interface jaxx.runtime.swing.help.JAXXHelpUIHandlerpublic DemoUI getMainUI()
Copyright © 2008–2014 CodeLutin. All rights reserved.