Packagecom.swfwire.inspector.flex.ui
Classpublic class ActionScriptPanel
InheritanceActionScriptPanel Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  classes : TextArea
ActionScriptPanel
  classesCount : uint
ActionScriptPanel
  classesLabel : Button
ActionScriptPanel
  classesList : DataGrid
ActionScriptPanel
  classesPanel : HDividedBox
ActionScriptPanel
  cpool : TextArea
ActionScriptPanel
  cpoolLabel : Button
ActionScriptPanel
  showActionScript : CheckBox
ActionScriptPanel
  showBranchInfo : CheckBox
ActionScriptPanel
  showByteCode : CheckBox
ActionScriptPanel
  showDebug : CheckBox
ActionScriptPanel
  showStack : CheckBox
ActionScriptPanel
Public Methods
 MethodDefined By
  
Constructor.
ActionScriptPanel
Property Detail
classesproperty
public var classes:TextArea

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

classesCountproperty 
public var classesCount:uint

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

classesLabelproperty 
public var classesLabel:Button

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

classesListproperty 
public var classesList:DataGrid

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

classesPanelproperty 
public var classesPanel:HDividedBox

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

cpoolproperty 
public var cpool:TextArea

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

cpoolLabelproperty 
public var cpoolLabel:Button

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

showActionScriptproperty 
public var showActionScript:CheckBox

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

showBranchInfoproperty 
public var showBranchInfo:CheckBox

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

showByteCodeproperty 
public var showByteCode:CheckBox

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

showDebugproperty 
public var showDebug:CheckBox

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

showStackproperty 
public var showStack:CheckBox

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

Constructor Detail
ActionScriptPanel()Constructor
public function ActionScriptPanel()

Constructor.