lacam.config
Class DefaultConfig

java.lang.Object
  extended bylacam.config.Config
      extended bylacam.config.DefaultConfig
All Implemented Interfaces:
ConfigConstants

public class DefaultConfig
extends Config
implements ConfigConstants

The systems default config.

Author:
Dimitrij Zub
See Also:
Config.loadConfigDocument()

Field Summary
 
Fields inherited from interface lacam.config.ConfigConstants
AA_ON, DEFAULT_NODE_BACKGROUND_COLOR, DEFAULT_NODE_FOREGROUND_COLOR, DEFAULT_NODE_HEIGHT, DEFAULT_NODE_SHADOW_COLOR, DEFAULT_NODE_WIDTH, DENYLINK_PREFIX, DESKTOP, DESKTOP_GRID_HEIGHT, DESKTOP_GRID_MARGIN, DESKTOP_GRID_WIDTH, DESKTOP_NODE_ID_POSTFIX, DESKTOP_NODE_POSX_POSTFIX, DESKTOP_NODE_POSY_POSTFIX, DESKTOP_NODE_PREFIX, ERRDISPATCHER_HEIGHT, ERRDISPATCHER_WIDTH, ERRORQEUE_SIZE, HELP_PATH, LANGUAGE_PACK, LOOK_AND_FEEL, MGUIFORM_HEIGHT, MGUIFORM_WIDTH, PLGNEXPLORER_HEIGHT, PLGNEXPLORER_WIDTH, TSKEXPLORER_HEIGHT, TSKEXPLORER_WIDTH, VERSION
 
Constructor Summary
DefaultConfig()
           
 
Method Summary
static org.w3c.dom.Document applyDefaultDocument(org.w3c.dom.Document document)
           
static org.w3c.dom.Document getDefaultDocument()
           
 
Methods inherited from class lacam.config.Config
getBooleanProperty, getColorProperty, getIntProperty, getPropertiesList, getProperty, getProperty, getPropertyNode, loadConfigDocument, saveDocument, setProperty, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfig

public DefaultConfig()
Method Detail

applyDefaultDocument

public static org.w3c.dom.Document applyDefaultDocument(org.w3c.dom.Document document)

getDefaultDocument

public static org.w3c.dom.Document getDefaultDocument()