Packageat.fhjoanneum.dmt.umj.core.config
Classpublic class AppConfig
InheritanceAppConfig Inheritance flash.events.EventDispatcher

IMPORTANT FRAMEWORK CLASS: AppConfig is EXTREMELY important! Every configuration value that gets parsed via the startup-phase 1 has a representation here! You can reach this configuration globally as it is a singleton with AppConfig.getInstance() This class also defines default values as constants that are used automatically if appConfig.xml (default) doen't provide that information! ALL PUBLIC VARIABLES CAN BE USED WITH ITS SAME TAG IN THE CONFIGURATION XML!



Public Properties
 PropertyDefined By
  appContentBundleEnabled : Boolean
AppConfig
  appContentBundlePath : String
AppConfig
  appContentPath : String
AppConfig
  appIdentifierName : String
AppConfig
  appPresentationContentEnabled : Boolean
AppConfig
  appPresentationContentPath : String
AppConfig
  arduinoDigitalDispatcherEnabled : Boolean
AppConfig
  arduinoDigitalDispatcherPinConnectedCount : int
AppConfig
  arduinoDigitalDispatcherPinShift : int
AppConfig
  arduinoDigitalDispatcherPort : int
AppConfig
  arduinoDigitalDispatcherServer : String
AppConfig
  enableDebugDisplay : Boolean
AppConfig
  fileLogAfterStartupPhases : Boolean
AppConfig
  fileLogAfterStartupPhasesSeverity : int
AppConfig
  loggedInToAdministrationSuccessfully : Boolean
[read-only]
AppConfig
  manualScreenResolutionHeightForChromelessApplications : Number
AppConfig
  manualScreenResolutionWidthForChromelessApplications : Number
AppConfig
  presentationElementsAutoPlayAtStartup : Boolean
AppConfig
  presentationElementsFinishAfterSeconds : Number
AppConfig
  presentationElementsRestartAfterSeconds : Number
AppConfig
  presentationElementsSmartLayoutEnabled : Boolean
AppConfig
  rfidFeigSocketEnabled : Boolean
AppConfig
  rfidFeigSocketHost : String
AppConfig
  rfidFeigSocketPort : uint
AppConfig
  screenSaverEnabled : Boolean
AppConfig
  screenSaverStartsAfterSeconds : int
AppConfig
  startupInFullscreenMode : Boolean
AppConfig
  startupWithMouseCursorVisible : Boolean
AppConfig
  zumtobelSocketEnabled : Boolean
AppConfig
  zumtobelSocketHost : String
AppConfig
  zumtobelSocketPort : uint
AppConfig
  zumtobelSocketTarget : String
AppConfig
Public Methods
 MethodDefined By
  
AppConfig(enforcer:SingletonEnforcer)
AppConfig
  
[static]
AppConfig
  
getXMLRepresentation(appendLastTimeSaved:LastTimeSavedChecker = null):String
getXMLRepresentation gives you a full representation of all data within this AppConfig as XML-String (but don't use it for saving to files!) appendLastTimeSaved can be appended by the SaveUtil automatically (USE THE SAVE UTIL FOR LOCALLY SAVING) so only use this method if you want to have the string representation - use the SaveCurrentConfigurationHelper Singleton for permanently saving a configuration as it automatically checks for your privileges (you have to start this application as admin to save to certain locations...)
AppConfig
  
loginToAdministration(password:String):Boolean
checks a password to contant admin password definition.
AppConfig
  
logOut():void
sets _loggedInToAdministrationSuccessfully to false
AppConfig
  
parseXML(linkedXML:XML):void
parseXML parses the overgiven XML if it matches the AppConfig XML syntax correctly.
AppConfig
Protected Methods
 MethodDefined By
  
dealloc():void
AppConfig
  
init():void
AppConfig
Events
 Event Summary Defined By
  AppConfig
  AppConfig
Public Constants
 ConstantDefined By
  APP_CONTENT_BUNDLE_ENABLED_DEFAULT : Boolean = false
[static]
AppConfig
  APP_CONTENT_BUNDLE_PATH_DEFAULT : String = conf/appContentBundle.xml
[static]
AppConfig
  APP_CONTENT_PATH_DEFAULT : String = conf/appContent.xml
[static]
AppConfig
  APP_IDENTIFIER_NAME_DEFAULT : String = UMJAppXX
[static]
AppConfig
  APP_PRESENTATION_CONTENT_ENABLED_DEFAULT : Boolean = false
[static]
AppConfig
  APP_PRESENTATION_CONTENT_PATH_DEFAULT : String = conf/appPresentationContent.xml
[static]
AppConfig
  ARDUINO_DIGITAL_DISPATCHER_CONNECTED_COUNT_DEFAULT : int = 1
[static]
AppConfig
  ARDUINO_DIGITAL_DISPATCHER_ENABLED_DEFAULT : Boolean = false
[static]
AppConfig
  ARDUINO_DIGITAL_DISPATCHER_PIN_SHIFT_DEFAULT : int = 0
[static]
AppConfig
  ARDUINO_DIGITAL_DISPATCHER_PORT_DEFAULT : int = 5331
[static]
AppConfig
  ARDUINO_DIGITAL_DISPATCHER_SERVER_DEFAULT : String = 127.0.0.1
[static]
AppConfig
  ENABLE_DEBUG_DISPLAY_DEFAULT : Boolean = true
[static]
AppConfig
  FILE_LOG_AFTER_STARTUP_PHASES_DEFAULT : Boolean = true
[static]
AppConfig
  FILE_LOG_AFTER_STARTUP_PHASES_SEVERITY_DEFAULT : int = 4.0
[static]
AppConfig
  GLOBAL_ALLOW_CONTINUE_ANYWAY_AFTER_FATAL_RUNTIME_ERRORS : Boolean = true
[static]
AppConfig
  GLOBAL_APP_CONFIG_PATH_DEFAULT : String = conf/appConfig.xml
[static]
AppConfig
  GLOBAL_FILE_LOG_STARTUP_PHASES : Boolean = true
[static]
AppConfig
  GLOBAL_FILE_LOG_STARTUP_PHASES_SEVERITY : int = 4.0
[static]
AppConfig
  GLOBAL_HIDE_ALL_VISUALIZATIONS_WHILE_ADMINISTRATION_VISIBLE : Boolean = false
[static]
AppConfig
  GLOBAL_STARTUP_LANGUAGE : String = DE
[static]
AppConfig
  GLOBAL_TRACE_LOG : Boolean = true
[static]
AppConfig
  GLOBAL_TRACE_LOG_SEVERITY : int = 0.0
[static]
AppConfig
  MANUAL_SCREEN_RESOLUTION_HEIGHT_FOR_CHROMELESS_APPLICATIONS_DEFAULT : Number = 768
[static]
AppConfig
  MANUAL_SCREEN_RESOLUTION_WIDTH_FOR_CHROMELESS_APPLICATIONS_DEFAULT : Number = 1024
[static]
AppConfig
  PRESENTATION_ELEMENTS_AUTO_PLAY_AT_STARTUP_DEFAULT : Boolean = false
[static]
AppConfig
  PRESENTATION_ELEMENTS_FINISH_AFTER_SECONDS_DEFAULT : Number = 0
[static]
AppConfig
  PRESENTATION_ELEMENTS_RESTART_AFTER_SECONDS_DEFAULT : Number = 0
[static]
AppConfig
  PRESENTATION_ELEMENTS_SMART_LAYOUT_ENABLED_DEFAULT : Boolean = true
[static]
AppConfig
  RFID_FEIG_SOCKET_ENABLED_DEFAULT : Boolean = false
[static]
AppConfig
  RFID_FEIG_SOCKET_HOST_DEFAULT : String = 127.0.0.1
[static]
AppConfig
  RFID_FEIG_SOCKET_PORT_DEFAULT : uint = 22211
[static]
AppConfig
  SCREEN_SAVER_ENABLED_DEFAULT : Boolean = true
[static]
AppConfig
  SCREEN_SAVER_STARTS_AFTER_SECONDS_DEFAULT : int = 180
[static]
AppConfig
  STARTUP_IN_FULLSCREEN_MODE_DEFAULT : Boolean = true
[static]
AppConfig
  STARTUP_WITH_MOUSE_CURSOR_VISIBLE_DEFAULT : Boolean = false
[static]
AppConfig
  ZUMTOBEL_SOCKET_ENABLED_DEFAULT : Boolean = false
[static]
AppConfig
  ZUMTOBEL_SOCKET_HOST_DEFAULT : String = 10.10.30.1
[static]
AppConfig
  ZUMTOBEL_SOCKET_PORT_DEFAULT : uint = 6860
[static]
AppConfig
  ZUMTOBEL_SOCKET_TARGET_DEFAULT : String = 3c02a08a-c1c5-4fa3-a0f9-44185c051d56
[static]
AppConfig
Property Detail
appContentBundleEnabledproperty
appContentBundleEnabled:Boolean

This property can be used as the source for data binding.


Implementation
    public function get appContentBundleEnabled():Boolean
    public function set appContentBundleEnabled(value:Boolean):void
appContentBundlePathproperty 
appContentBundlePath:String

This property can be used as the source for data binding.


Implementation
    public function get appContentBundlePath():String
    public function set appContentBundlePath(value:String):void
appContentPathproperty 
appContentPath:String

This property can be used as the source for data binding.


Implementation
    public function get appContentPath():String
    public function set appContentPath(value:String):void
appIdentifierNameproperty 
appIdentifierName:String

This property can be used as the source for data binding.


Implementation
    public function get appIdentifierName():String
    public function set appIdentifierName(value:String):void
appPresentationContentEnabledproperty 
appPresentationContentEnabled:Boolean

This property can be used as the source for data binding.


Implementation
    public function get appPresentationContentEnabled():Boolean
    public function set appPresentationContentEnabled(value:Boolean):void
appPresentationContentPathproperty 
appPresentationContentPath:String

This property can be used as the source for data binding.


Implementation
    public function get appPresentationContentPath():String
    public function set appPresentationContentPath(value:String):void
arduinoDigitalDispatcherEnabledproperty 
arduinoDigitalDispatcherEnabled:Boolean

This property can be used as the source for data binding.


Implementation
    public function get arduinoDigitalDispatcherEnabled():Boolean
    public function set arduinoDigitalDispatcherEnabled(value:Boolean):void
arduinoDigitalDispatcherPinConnectedCountproperty 
arduinoDigitalDispatcherPinConnectedCount:int

This property can be used as the source for data binding.


Implementation
    public function get arduinoDigitalDispatcherPinConnectedCount():int
    public function set arduinoDigitalDispatcherPinConnectedCount(value:int):void
arduinoDigitalDispatcherPinShiftproperty 
arduinoDigitalDispatcherPinShift:int

This property can be used as the source for data binding.


Implementation
    public function get arduinoDigitalDispatcherPinShift():int
    public function set arduinoDigitalDispatcherPinShift(value:int):void
arduinoDigitalDispatcherPortproperty 
arduinoDigitalDispatcherPort:int

This property can be used as the source for data binding.


Implementation
    public function get arduinoDigitalDispatcherPort():int
    public function set arduinoDigitalDispatcherPort(value:int):void
arduinoDigitalDispatcherServerproperty 
arduinoDigitalDispatcherServer:String

This property can be used as the source for data binding.


Implementation
    public function get arduinoDigitalDispatcherServer():String
    public function set arduinoDigitalDispatcherServer(value:String):void
enableDebugDisplayproperty 
enableDebugDisplay:Boolean

This property can be used as the source for data binding.


Implementation
    public function get enableDebugDisplay():Boolean
    public function set enableDebugDisplay(value:Boolean):void
fileLogAfterStartupPhasesproperty 
fileLogAfterStartupPhases:Boolean

This property can be used as the source for data binding.


Implementation
    public function get fileLogAfterStartupPhases():Boolean
    public function set fileLogAfterStartupPhases(value:Boolean):void
fileLogAfterStartupPhasesSeverityproperty 
fileLogAfterStartupPhasesSeverity:int

This property can be used as the source for data binding.


Implementation
    public function get fileLogAfterStartupPhasesSeverity():int
    public function set fileLogAfterStartupPhasesSeverity(value:int):void
loggedInToAdministrationSuccessfullyproperty 
loggedInToAdministrationSuccessfully:Boolean  [read-only]


Implementation
    public function get loggedInToAdministrationSuccessfully():Boolean
manualScreenResolutionHeightForChromelessApplicationsproperty 
manualScreenResolutionHeightForChromelessApplications:Number

This property can be used as the source for data binding.


Implementation
    public function get manualScreenResolutionHeightForChromelessApplications():Number
    public function set manualScreenResolutionHeightForChromelessApplications(value:Number):void
manualScreenResolutionWidthForChromelessApplicationsproperty 
manualScreenResolutionWidthForChromelessApplications:Number

This property can be used as the source for data binding.


Implementation
    public function get manualScreenResolutionWidthForChromelessApplications():Number
    public function set manualScreenResolutionWidthForChromelessApplications(value:Number):void
presentationElementsAutoPlayAtStartupproperty 
presentationElementsAutoPlayAtStartup:Boolean

This property can be used as the source for data binding.


Implementation
    public function get presentationElementsAutoPlayAtStartup():Boolean
    public function set presentationElementsAutoPlayAtStartup(value:Boolean):void
presentationElementsFinishAfterSecondsproperty 
presentationElementsFinishAfterSeconds:Number

This property can be used as the source for data binding.


Implementation
    public function get presentationElementsFinishAfterSeconds():Number
    public function set presentationElementsFinishAfterSeconds(value:Number):void
presentationElementsRestartAfterSecondsproperty 
presentationElementsRestartAfterSeconds:Number

This property can be used as the source for data binding.


Implementation
    public function get presentationElementsRestartAfterSeconds():Number
    public function set presentationElementsRestartAfterSeconds(value:Number):void
presentationElementsSmartLayoutEnabledproperty 
presentationElementsSmartLayoutEnabled:Boolean

This property can be used as the source for data binding.


Implementation
    public function get presentationElementsSmartLayoutEnabled():Boolean
    public function set presentationElementsSmartLayoutEnabled(value:Boolean):void
rfidFeigSocketEnabledproperty 
rfidFeigSocketEnabled:Boolean

This property can be used as the source for data binding.


Implementation
    public function get rfidFeigSocketEnabled():Boolean
    public function set rfidFeigSocketEnabled(value:Boolean):void
rfidFeigSocketHostproperty 
rfidFeigSocketHost:String

This property can be used as the source for data binding.


Implementation
    public function get rfidFeigSocketHost():String
    public function set rfidFeigSocketHost(value:String):void
rfidFeigSocketPortproperty 
rfidFeigSocketPort:uint

This property can be used as the source for data binding.


Implementation
    public function get rfidFeigSocketPort():uint
    public function set rfidFeigSocketPort(value:uint):void
screenSaverEnabledproperty 
screenSaverEnabled:Boolean

This property can be used as the source for data binding.


Implementation
    public function get screenSaverEnabled():Boolean
    public function set screenSaverEnabled(value:Boolean):void
screenSaverStartsAfterSecondsproperty 
screenSaverStartsAfterSeconds:int

This property can be used as the source for data binding.


Implementation
    public function get screenSaverStartsAfterSeconds():int
    public function set screenSaverStartsAfterSeconds(value:int):void
startupInFullscreenModeproperty 
startupInFullscreenMode:Boolean

This property can be used as the source for data binding.


Implementation
    public function get startupInFullscreenMode():Boolean
    public function set startupInFullscreenMode(value:Boolean):void
startupWithMouseCursorVisibleproperty 
startupWithMouseCursorVisible:Boolean

This property can be used as the source for data binding.


Implementation
    public function get startupWithMouseCursorVisible():Boolean
    public function set startupWithMouseCursorVisible(value:Boolean):void
zumtobelSocketEnabledproperty 
zumtobelSocketEnabled:Boolean

This property can be used as the source for data binding.


Implementation
    public function get zumtobelSocketEnabled():Boolean
    public function set zumtobelSocketEnabled(value:Boolean):void
zumtobelSocketHostproperty 
zumtobelSocketHost:String

This property can be used as the source for data binding.


Implementation
    public function get zumtobelSocketHost():String
    public function set zumtobelSocketHost(value:String):void
zumtobelSocketPortproperty 
zumtobelSocketPort:uint

This property can be used as the source for data binding.


Implementation
    public function get zumtobelSocketPort():uint
    public function set zumtobelSocketPort(value:uint):void
zumtobelSocketTargetproperty 
zumtobelSocketTarget:String

This property can be used as the source for data binding.


Implementation
    public function get zumtobelSocketTarget():String
    public function set zumtobelSocketTarget(value:String):void
Constructor Detail
AppConfig()Constructor
public function AppConfig(enforcer:SingletonEnforcer)



Parameters
enforcer:SingletonEnforcer
Method Detail
dealloc()method
protected function dealloc():void

getInstance()method 
public static function getInstance():AppConfig

Returns
AppConfig
getXMLRepresentation()method 
public function getXMLRepresentation(appendLastTimeSaved:LastTimeSavedChecker = null):String

getXMLRepresentation gives you a full representation of all data within this AppConfig as XML-String (but don't use it for saving to files!) appendLastTimeSaved can be appended by the SaveUtil automatically (USE THE SAVE UTIL FOR LOCALLY SAVING) so only use this method if you want to have the string representation - use the SaveCurrentConfigurationHelper Singleton for permanently saving a configuration as it automatically checks for your privileges (you have to start this application as admin to save to certain locations...)

Parameters

appendLastTimeSaved:LastTimeSavedChecker (default = null)

Returns
String
init()method 
protected function init():void

loginToAdministration()method 
public function loginToAdministration(password:String):Boolean

checks a password to contant admin password definition. Sets _loggedInToAdministrationSuccessfully

Parameters

password:String

Returns
Boolean
logOut()method 
public function logOut():void

sets _loggedInToAdministrationSuccessfully to false

parseXML()method 
public function parseXML(linkedXML:XML):void

parseXML parses the overgiven XML if it matches the AppConfig XML syntax correctly. Defines autogenerated values for optional values

Parameters

linkedXML:XML

Event Detail
COMPLETE Event
Event Object Type: at.fhjoanneum.dmt.umj.core.events.AppConfigEvent

PARSE_ERROR Event  
Event Object Type: at.fhjoanneum.dmt.umj.core.events.AppConfigEvent

Constant Detail
APP_CONTENT_BUNDLE_ENABLED_DEFAULTConstant
public static const APP_CONTENT_BUNDLE_ENABLED_DEFAULT:Boolean = false

APP_CONTENT_BUNDLE_PATH_DEFAULTConstant 
public static const APP_CONTENT_BUNDLE_PATH_DEFAULT:String = conf/appContentBundle.xml

APP_CONTENT_PATH_DEFAULTConstant 
public static const APP_CONTENT_PATH_DEFAULT:String = conf/appContent.xml

APP_IDENTIFIER_NAME_DEFAULTConstant 
public static const APP_IDENTIFIER_NAME_DEFAULT:String = UMJAppXX

APP_PRESENTATION_CONTENT_ENABLED_DEFAULTConstant 
public static const APP_PRESENTATION_CONTENT_ENABLED_DEFAULT:Boolean = false

APP_PRESENTATION_CONTENT_PATH_DEFAULTConstant 
public static const APP_PRESENTATION_CONTENT_PATH_DEFAULT:String = conf/appPresentationContent.xml

ARDUINO_DIGITAL_DISPATCHER_CONNECTED_COUNT_DEFAULTConstant 
public static const ARDUINO_DIGITAL_DISPATCHER_CONNECTED_COUNT_DEFAULT:int = 1

ARDUINO_DIGITAL_DISPATCHER_ENABLED_DEFAULTConstant 
public static const ARDUINO_DIGITAL_DISPATCHER_ENABLED_DEFAULT:Boolean = false

ARDUINO_DIGITAL_DISPATCHER_PIN_SHIFT_DEFAULTConstant 
public static const ARDUINO_DIGITAL_DISPATCHER_PIN_SHIFT_DEFAULT:int = 0

ARDUINO_DIGITAL_DISPATCHER_PORT_DEFAULTConstant 
public static const ARDUINO_DIGITAL_DISPATCHER_PORT_DEFAULT:int = 5331

ARDUINO_DIGITAL_DISPATCHER_SERVER_DEFAULTConstant 
public static const ARDUINO_DIGITAL_DISPATCHER_SERVER_DEFAULT:String = 127.0.0.1

ENABLE_DEBUG_DISPLAY_DEFAULTConstant 
public static const ENABLE_DEBUG_DISPLAY_DEFAULT:Boolean = true

FILE_LOG_AFTER_STARTUP_PHASES_DEFAULTConstant 
public static const FILE_LOG_AFTER_STARTUP_PHASES_DEFAULT:Boolean = true

FILE_LOG_AFTER_STARTUP_PHASES_SEVERITY_DEFAULTConstant 
public static const FILE_LOG_AFTER_STARTUP_PHASES_SEVERITY_DEFAULT:int = 4.0

GLOBAL_ALLOW_CONTINUE_ANYWAY_AFTER_FATAL_RUNTIME_ERRORSConstant 
public static const GLOBAL_ALLOW_CONTINUE_ANYWAY_AFTER_FATAL_RUNTIME_ERRORS:Boolean = true

GLOBAL_APP_CONFIG_PATH_DEFAULTConstant 
public static const GLOBAL_APP_CONFIG_PATH_DEFAULT:String = conf/appConfig.xml

GLOBAL_FILE_LOG_STARTUP_PHASESConstant 
public static const GLOBAL_FILE_LOG_STARTUP_PHASES:Boolean = true

GLOBAL_FILE_LOG_STARTUP_PHASES_SEVERITYConstant 
public static const GLOBAL_FILE_LOG_STARTUP_PHASES_SEVERITY:int = 4.0

GLOBAL_HIDE_ALL_VISUALIZATIONS_WHILE_ADMINISTRATION_VISIBLEConstant 
public static const GLOBAL_HIDE_ALL_VISUALIZATIONS_WHILE_ADMINISTRATION_VISIBLE:Boolean = false

GLOBAL_STARTUP_LANGUAGEConstant 
public static const GLOBAL_STARTUP_LANGUAGE:String = DE

GLOBAL_TRACE_LOGConstant 
public static const GLOBAL_TRACE_LOG:Boolean = true

GLOBAL_TRACE_LOG_SEVERITYConstant 
public static const GLOBAL_TRACE_LOG_SEVERITY:int = 0.0

MANUAL_SCREEN_RESOLUTION_HEIGHT_FOR_CHROMELESS_APPLICATIONS_DEFAULTConstant 
public static const MANUAL_SCREEN_RESOLUTION_HEIGHT_FOR_CHROMELESS_APPLICATIONS_DEFAULT:Number = 768

MANUAL_SCREEN_RESOLUTION_WIDTH_FOR_CHROMELESS_APPLICATIONS_DEFAULTConstant 
public static const MANUAL_SCREEN_RESOLUTION_WIDTH_FOR_CHROMELESS_APPLICATIONS_DEFAULT:Number = 1024

PRESENTATION_ELEMENTS_AUTO_PLAY_AT_STARTUP_DEFAULTConstant 
public static const PRESENTATION_ELEMENTS_AUTO_PLAY_AT_STARTUP_DEFAULT:Boolean = false

PRESENTATION_ELEMENTS_FINISH_AFTER_SECONDS_DEFAULTConstant 
public static const PRESENTATION_ELEMENTS_FINISH_AFTER_SECONDS_DEFAULT:Number = 0

PRESENTATION_ELEMENTS_RESTART_AFTER_SECONDS_DEFAULTConstant 
public static const PRESENTATION_ELEMENTS_RESTART_AFTER_SECONDS_DEFAULT:Number = 0

PRESENTATION_ELEMENTS_SMART_LAYOUT_ENABLED_DEFAULTConstant 
public static const PRESENTATION_ELEMENTS_SMART_LAYOUT_ENABLED_DEFAULT:Boolean = true

RFID_FEIG_SOCKET_ENABLED_DEFAULTConstant 
public static const RFID_FEIG_SOCKET_ENABLED_DEFAULT:Boolean = false

RFID_FEIG_SOCKET_HOST_DEFAULTConstant 
public static const RFID_FEIG_SOCKET_HOST_DEFAULT:String = 127.0.0.1

RFID_FEIG_SOCKET_PORT_DEFAULTConstant 
public static const RFID_FEIG_SOCKET_PORT_DEFAULT:uint = 22211

SCREEN_SAVER_ENABLED_DEFAULTConstant 
public static const SCREEN_SAVER_ENABLED_DEFAULT:Boolean = true

SCREEN_SAVER_STARTS_AFTER_SECONDS_DEFAULTConstant 
public static const SCREEN_SAVER_STARTS_AFTER_SECONDS_DEFAULT:int = 180

STARTUP_IN_FULLSCREEN_MODE_DEFAULTConstant 
public static const STARTUP_IN_FULLSCREEN_MODE_DEFAULT:Boolean = true

STARTUP_WITH_MOUSE_CURSOR_VISIBLE_DEFAULTConstant 
public static const STARTUP_WITH_MOUSE_CURSOR_VISIBLE_DEFAULT:Boolean = false

ZUMTOBEL_SOCKET_ENABLED_DEFAULTConstant 
public static const ZUMTOBEL_SOCKET_ENABLED_DEFAULT:Boolean = false

ZUMTOBEL_SOCKET_HOST_DEFAULTConstant 
public static const ZUMTOBEL_SOCKET_HOST_DEFAULT:String = 10.10.30.1

ZUMTOBEL_SOCKET_PORT_DEFAULTConstant 
public static const ZUMTOBEL_SOCKET_PORT_DEFAULT:uint = 6860

ZUMTOBEL_SOCKET_TARGET_DEFAULTConstant 
public static const ZUMTOBEL_SOCKET_TARGET_DEFAULT:String = 3c02a08a-c1c5-4fa3-a0f9-44185c051d56