Packageedu.stanford.covertlab.diagram.event
Classpublic class BiomoleculeStyleEvent
InheritanceBiomoleculeStyleEvent Inheritance flash.events.Event

Biomolecule style event class. Defines three events.

See also

edu.stanford.covertlab.diagram.core.BiomoleculeStyle


Public Methods
 MethodDefined by
  
BiomoleculeStyleEvent(type:String)
BiomoleculeStyleEvent
Public Constants
 ConstantDefined by
  BIOMOLECULE_STYLE_ADD : String = "biomoleculeStyleAdd"
[static]
BiomoleculeStyleEvent
  BIOMOLECULE_STYLE_REMOVE : String = "biomoleculeStyleRemove"
[static]
BiomoleculeStyleEvent
  BIOMOLECULE_STYLE_UPDATE : String = "biomoleculeStyleUpdate"
[static]
BiomoleculeStyleEvent
Constructor detail
BiomoleculeStyleEvent()constructor
public function BiomoleculeStyleEvent(type:String)Parameters
type:String
Constant detail
BIOMOLECULE_STYLE_ADDconstant
public static const BIOMOLECULE_STYLE_ADD:String = "biomoleculeStyleAdd"
BIOMOLECULE_STYLE_REMOVEconstant 
public static const BIOMOLECULE_STYLE_REMOVE:String = "biomoleculeStyleRemove"
BIOMOLECULE_STYLE_UPDATEconstant 
public static const BIOMOLECULE_STYLE_UPDATE:String = "biomoleculeStyleUpdate"