com.jurismarches.vradi
Class VradiConfig

java.lang.Object
  extended by org.nuiton.util.ApplicationConfig
      extended by com.jurismarches.vradi.VradiConfig

public class VradiConfig
extends org.nuiton.util.ApplicationConfig

Vradi UI configuration. Class is auto instanced by Jaxx when getting it from context.

Version:
$Revision: 1820 $ Last update : $Date: 2010-12-07 18:32:36 +0100 (mar., 07 déc. 2010) $ By : $Author: bpoussin $
Author:
chatellier

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

fullscreen

protected boolean fullscreen
Un drapeau pour savoir si on est en mode pleine écran.


DEFAULT_JAXX_PCS

protected static final String[] DEFAULT_JAXX_PCS
Constructor Detail

VradiConfig

public VradiConfig()
Constructor. Init default options and actions.

Method Detail

firePropertyChange

protected void firePropertyChange(String propertyName,
                                  Object oldValue,
                                  Object newValue)
Overrides:
firePropertyChange in class org.nuiton.util.ApplicationConfig

parse

public void parse(String[] args)
           throws org.nuiton.util.ArgumentsParserException
Overwrite ApplicationConfig.parse(String[]) to manage version after parsing.

Overrides:
parse in class org.nuiton.util.ApplicationConfig
Throws:
org.nuiton.util.ArgumentsParserException

removeJaxxPropertyChangeListener

public void removeJaxxPropertyChangeListener()
TODO EC20100519 used by ?



Copyright © 2009-2011 JurisMarches. All Rights Reserved.