Uses of Interface
scratch.scott.event.GraphEventType

Packages that use GraphEventType
scratch.scott.event   
 

Uses of GraphEventType in scratch.scott.event
 

Classes in scratch.scott.event that implement GraphEventType
static class GraphEventType.EdgeAddition
           
static class GraphEventType.EdgeCreation
           
static class GraphEventType.EdgeRemoval
           
static class GraphEventType.NodeAddition
           
static class GraphEventType.NodeCreation
           
static class GraphEventType.NodeRemoval
           
 

Methods in scratch.scott.event that return GraphEventType
 GraphEventType GraphEvent.getEventType()
           
 

Constructors in scratch.scott.event with parameters of type GraphEventType
GraphEvent(GraphEventType eventType, UserDataContainer graphElement)