|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.ApplicationConfig
com.jurismarches.vradi.VradiConfig
public class VradiConfig
Vradi UI configuration. Class is auto instanced by Jaxx when getting it from context.
| Nested Class Summary | |
|---|---|
static class |
VradiConfig.Step
Deprecated. |
static class |
VradiConfig.VradiSwingAction
|
static class |
VradiConfig.VradiSwingOption
Vradi option enum. |
| Nested classes/interfaces inherited from class org.nuiton.util.ApplicationConfig |
|---|
org.nuiton.util.ApplicationConfig.Action, org.nuiton.util.ApplicationConfig.ActionDef, org.nuiton.util.ApplicationConfig.CacheItem<T>, org.nuiton.util.ApplicationConfig.OptionDef, org.nuiton.util.ApplicationConfig.OptionList |
| Field Summary | |
|---|---|
protected static String[] |
DEFAULT_JAXX_PCS
|
protected boolean |
fullscreen
Un drapeau pour savoir si on est en mode pleine écran. |
| Fields inherited from class org.nuiton.util.ApplicationConfig |
|---|
actions, ADJUSTING_PROPERTY, aliases, APP_NAME, cacheAction, cacheOption, classpath, CONFIG_FILE_NAME, CONFIG_PATH, curfile, defaults, env, etcfile, homefile, inParseOptionPhase, jvm, line, LIST_SEPARATOR, options, osName, pcs, unparsed, useOnlyAliases, userPath |
| Constructor Summary | |
|---|---|
VradiConfig()
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
|
void |
parse(String[] args)
Overwrite ApplicationConfig.parse(String[]) to manage version after parsing. |
void |
removeJaxxPropertyChangeListener()
TODO EC20100519 used by ? |
| Methods inherited from class org.nuiton.util.ApplicationConfig |
|---|
addAction, addActionAlias, addAlias, addPropertyChangeListener, addPropertyChangeListener, convertOption, createAction, doAction, getConfigFileName, getConfigFileNameOption, getConfigPath, getFlatOptions, getFlatOptions, getMethods, getOption, getOption, getOption, getOptionAsBoolean, getOptionAsClass, getOptionAsDate, getOptionAsDouble, getOptionAsFile, getOptionAsInt, getOptionAsList, getOptionAsTime, getOptionAsTimestamp, getOptionAsURL, getOptions, getOptionStartsWith, getParams, getPrintableConfig, getPropertyChangeListeners, getPropertyChangeListeners, getSystemConfigFile, getSystemConfigurationPath, getUnparsed, getUserConfigDirectory, getUserConfigFile, getUserHome, getUsername, hasListeners, installSaveUserAction, isAdjusting, isUseOnlyAliases, loadActions, loadDefaultOptions, migrateUserConfigurationFile, printConfig, printConfig, removePropertyChangeListener, removePropertyChangeListener, replaceRecursiveOptions, save, saveForSystem, saveForUser, setAdjusting, setAppName, setConfigFileName, setDefaultOption, setOption, setOptions, setUseOnlyAliases |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean fullscreen
protected static final String[] DEFAULT_JAXX_PCS
| Constructor Detail |
|---|
public VradiConfig()
| Method Detail |
|---|
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
firePropertyChange in class org.nuiton.util.ApplicationConfig
public void parse(String[] args)
throws org.nuiton.util.ArgumentsParserException
ApplicationConfig.parse(String[]) to manage version after parsing.
parse in class org.nuiton.util.ApplicationConfigorg.nuiton.util.ArgumentsParserExceptionpublic void removeJaxxPropertyChangeListener()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||