Packagecom.swfwire.debugger.flex.ui
Classpublic class PreviewWindow
InheritancePreviewWindow Inheritance mx.core.Window
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  content : UIComponent
PreviewWindow
  contentMask : Canvas
PreviewWindow
  loader : Loader
PreviewWindow
  overlay : UIComponent
PreviewWindow
  overlayMask : Canvas
PreviewWindow
Public Methods
 MethodDefined By
  
Constructor.
PreviewWindow
  
PreviewWindow
  
loadBytes(bytes:ByteArray, context:LoaderContext):void
PreviewWindow
  
PreviewWindow
  
setSWFBackground(color:uint):void
PreviewWindow
  
setSWFSize(width:Number, height:Number):void
PreviewWindow
  
unload():void
PreviewWindow
Protected Methods
 MethodDefined By
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
PreviewWindow
Property Detail
contentproperty
public var content:UIComponent

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

contentMaskproperty 
public var contentMask:Canvas

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

loaderproperty 
public var loader:Loader

overlayproperty 
public var overlay:UIComponent

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

overlayMaskproperty 
public var overlayMask:Canvas

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

Constructor Detail
PreviewWindow()Constructor
public function PreviewWindow()

Constructor.

Method Detail
clearOverlay()method
public function clearOverlay():void

loadBytes()method 
public function loadBytes(bytes:ByteArray, context:LoaderContext):void

Parameters

bytes:ByteArray
 
context:LoaderContext

resetSWFPosition()method 
public function resetSWFPosition():void

setSWFBackground()method 
public function setSWFBackground(color:uint):void

Parameters

color:uint

setSWFSize()method 
public function setSWFSize(width:Number, height:Number):void

Parameters

width:Number
 
height:Number

unload()method 
public function unload():void

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number