Packagenet.user1.reactor.ui
Classpublic class DebugPanel
InheritanceDebugPanel Inheritance mx.containers.Panel

Since : ReactorGUI 1.0.0

A debugging panel that displays log messages and statistics for Reactor applications.



Public Methods
 MethodDefined By
  
DebugPanel
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
DebugPanel
  
setReactor(reactor:Reactor):void
The Reactor object for which this debug panel should display debugging information.
DebugPanel
Constructor Description
DebugPanel()Constructor
public function DebugPanel()



Method Descriptions
dispose()method
public function dispose():void

Disposes of the resources used by this object, preparing it for garbage collection.

setReactor()method 
public function setReactor(reactor:Reactor):void

Since : ReactorGUI 1.0.0

The Reactor object for which this debug panel should display debugging information.

Parameters

reactor:Reactor