Packageat.fhjoanneum.dmt.umj.core.display.settingsui.debug
Classpublic class ZumtobelDebugConfiguration
InheritanceZumtobelDebugConfiguration Inheritance spark.components.Group
Implements mx.binding.IBindingClient

A visual component spark Group that's used to create a user interface to debug the zumtobelinterface.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  btn_clearlog : Button
ZumtobelDebugConfiguration
  btn_copylog : Button
ZumtobelDebugConfiguration
  theSocket : ZumtobelSocket
ZumtobelDebugConfiguration
  txtarea_log : TextArea
ZumtobelDebugConfiguration
  txtarea_request : TextArea
ZumtobelDebugConfiguration
  txt_host : TextInput
ZumtobelDebugConfiguration
  txt_port : TextInput
ZumtobelDebugConfiguration
Public Methods
 MethodDefined By
  
Constructor.
ZumtobelDebugConfiguration
Protected Methods
 MethodDefined By
  
btn_clearlog_clickHandler(event:MouseEvent):void
ZumtobelDebugConfiguration
  
btn_copylog_clickHandler(event:MouseEvent):void
ZumtobelDebugConfiguration
  
initCustomSocket(event:MouseEvent):void
ZumtobelDebugConfiguration
  
testsplit(event:MouseEvent):void
ZumtobelDebugConfiguration
Property Detail
btn_clearlogproperty
public var btn_clearlog:Button

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

btn_copylogproperty 
public var btn_copylog:Button

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

theSocketproperty 
public var theSocket:ZumtobelSocket

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

txt_hostproperty 
public var txt_host:TextInput

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

txt_portproperty 
public var txt_port:TextInput

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

txtarea_logproperty 
public var txtarea_log:TextArea

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

txtarea_requestproperty 
public var txtarea_request:TextArea

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

Constructor Detail
ZumtobelDebugConfiguration()Constructor
public function ZumtobelDebugConfiguration()

Constructor.

Method Detail
btn_clearlog_clickHandler()method
protected function btn_clearlog_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

btn_copylog_clickHandler()method 
protected function btn_copylog_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

initCustomSocket()method 
protected function initCustomSocket(event:MouseEvent):void

Parameters

event:MouseEvent

testsplit()method 
protected function testsplit(event:MouseEvent):void

Parameters

event:MouseEvent