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. receivedElementEvents
Methods in org.pathvisio.libgpml.model that return PathwayObjectEvent Modifier and Type Method Description protected static PathwayObjectEvent
PathwayObjectEvent. createAllPropertiesEvent(PathwayObject pathwayObject)
Creates an all properties event.protected static PathwayObjectEvent
PathwayObjectEvent. createCoordinatePropertyEvent(PathwayObject pathwayObject)
Creates a coordinate property event.protected static PathwayObjectEvent
PathwayObjectEvent. 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) void
PathwayModel. childModified(PathwayObjectEvent e)
Used by children of this Pathway to notify the parent of modifications.void
PathwayObject. fireObjectModifiedEvent(PathwayObjectEvent e)
Fires object modified event.void
PathwayObjectListener. gmmlObjectModified(PathwayObjectEvent e)
Notifies of pathway object changes.void
Test. gmmlObjectModified(PathwayObjectEvent e)