Packagech.unil.cbg.ExpressionView.events
Classpublic class HighlightingEvent
InheritanceHighlightingEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  data : Array
HighlightingEvent
Public Methods
 MethodDefined By
  
HighlightingEvent(_type:String, _data:Array = null, _bubbles:Boolean = true, _cancelable:Boolean = true)
HighlightingEvent
  
clone():Event
[override]
HighlightingEvent
Public Constants
 ConstantDefined By
  GENE : String = Gene
[static]
HighlightingEvent
  MODULE : String = Module
[static]
HighlightingEvent
  SAMPLE : String = Sample
[static]
HighlightingEvent
Property Detail
dataproperty
public var data:Array

Constructor Detail
HighlightingEvent()Constructor
public function HighlightingEvent(_type:String, _data:Array = null, _bubbles:Boolean = true, _cancelable:Boolean = true)



Parameters
_type:String
 
_data:Array (default = null)
 
_bubbles:Boolean (default = true)
 
_cancelable:Boolean (default = true)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
GENEConstant
public static const GENE:String = Gene

MODULEConstant 
public static const MODULE:String = Module

SAMPLEConstant 
public static const SAMPLE:String = Sample