| Package | edu.stanford.covertlab.diagram.event |
| Class | public class BiomoleculeStyleEvent |
| Inheritance | BiomoleculeStyleEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
BiomoleculeStyleEvent(type:String)
| BiomoleculeStyleEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BIOMOLECULE_STYLE_ADD : String = "biomoleculeStyleAdd" [static]
| BiomoleculeStyleEvent | ||
| BIOMOLECULE_STYLE_REMOVE : String = "biomoleculeStyleRemove" [static]
| BiomoleculeStyleEvent | ||
| BIOMOLECULE_STYLE_UPDATE : String = "biomoleculeStyleUpdate" [static]
| BiomoleculeStyleEvent | ||
| BiomoleculeStyleEvent | () | constructor |
public function BiomoleculeStyleEvent(type:String)Parameters
type:String |
| BIOMOLECULE_STYLE_ADD | constant |
public static const BIOMOLECULE_STYLE_ADD:String = "biomoleculeStyleAdd"
| BIOMOLECULE_STYLE_REMOVE | constant |
public static const BIOMOLECULE_STYLE_REMOVE:String = "biomoleculeStyleRemove"
| BIOMOLECULE_STYLE_UPDATE | constant |
public static const BIOMOLECULE_STYLE_UPDATE:String = "biomoleculeStyleUpdate"