Packageeyemap.viewer
Classpublic class VariableViewer
InheritanceVariableViewer Inheritance mx.containers.Panel
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  exportList : Accordion
VariableViewer
  search : TextInput
VariableViewer
  supportedFixationVarsList : XML
VariableViewer
  supportedWordVarsList : XML
VariableViewer
  trashList : List
VariableViewer
  varsDescribe : XML
VariableViewer
  varSrcList : Accordion
VariableViewer
Public Methods
 MethodDefined By
  
Constructor.
VariableViewer
  
changeHandler(event:IndexChangedEvent):void
VariableViewer
Protected Methods
 MethodDefined By
  
del_keyDownHandler(event:KeyboardEvent):void
VariableViewer
  
dragDropHandler(event:DragEvent):void
VariableViewer
  
search_changeHandler(event:Event):void
VariableViewer
Property Detail
exportListproperty
public var exportList:Accordion

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

searchproperty 
public var search:TextInput

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

supportedFixationVarsListproperty 
public var supportedFixationVarsList:XML

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

supportedWordVarsListproperty 
public var supportedWordVarsList:XML

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

trashListproperty 
public var trashList:List

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

varsDescribeproperty 
public var varsDescribe:XML

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

varSrcListproperty 
public var varSrcList:Accordion

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

Constructor Detail
VariableViewer()Constructor
public function VariableViewer()

Constructor.

Method Detail
changeHandler()method
public function changeHandler(event:IndexChangedEvent):void

Parameters

event:IndexChangedEvent

del_keyDownHandler()method 
protected function del_keyDownHandler(event:KeyboardEvent):void

Parameters

event:KeyboardEvent

dragDropHandler()method 
protected function dragDropHandler(event:DragEvent):void

Parameters

event:DragEvent

search_changeHandler()method 
protected function search_changeHandler(event:Event):void

Parameters

event:Event