Uses of Class
org.pathvisio.libgpml.model.PathwayObjectEvent
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayObjectEvent in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model with type parameters of type PathwayObjectEvent Modifier and Type Field Description (package private) java.util.List<PathwayObjectEvent>Test. receivedElementEventsMethods in org.pathvisio.libgpml.model that return PathwayObjectEvent Modifier and Type Method Description protected static PathwayObjectEventPathwayObjectEvent. createAllPropertiesEvent(PathwayObject pathwayObject)Creates an all properties event.protected static PathwayObjectEventPathwayObjectEvent. createCoordinatePropertyEvent(PathwayObject pathwayObject)Creates a coordinate property event.protected static PathwayObjectEventPathwayObjectEvent. createSinglePropertyEvent(PathwayObject pathwayObject, java.lang.Object property)Creates a single property event.Methods in org.pathvisio.libgpml.model with parameters of type PathwayObjectEvent Modifier and Type Method Description (package private) voidPathwayModel. childModified(PathwayObjectEvent e)Used by children of this Pathway to notify the parent of modifications.voidPathwayObject. fireObjectModifiedEvent(PathwayObjectEvent e)Fires object modified event.voidPathwayObjectListener. gmmlObjectModified(PathwayObjectEvent e)Notifies of pathway object changes.voidTest. gmmlObjectModified(PathwayObjectEvent e)