Uses of Package
com.jgraph.event

Packages that use com.jgraph.event
com.jgraph JGraph's topmost package which contains the JGraph class. 
com.jgraph.event Contains event classes and listener interfaces that are used to react to events fired by JGraph. 
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
com.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. 
 

Classes in com.jgraph.event used by com.jgraph
GraphSelectionEvent
          An event that characterizes a change in the current selection.
GraphSelectionListener
          The listener that's notified when the selection in a GraphSelectionModel changes.
 

Classes in com.jgraph.event used by com.jgraph.event
GraphModelEvent
          Encapsulates information describing changes to a graph model, and is used to notify graph model listeners of the change.
GraphModelEvent.GraphModelChange
          Defines the interface for objects that may be included into a GraphModelEvent to describe a model change.
GraphModelEvent.GraphViewChange
          Defines the interface for objects that may be used to represent a change to the view.
GraphSelectionEvent
          An event that characterizes a change in the current selection.
 

Classes in com.jgraph.event used by com.jgraph.graph
GraphModelEvent.GraphModelChange
          Defines the interface for objects that may be included into a GraphModelEvent to describe a model change.
GraphModelEvent.GraphViewChange
          Defines the interface for objects that may be used to represent a change to the view.
GraphModelListener
          Defines the interface for an object that listens to changes in a GraphModel.
GraphSelectionEvent
          An event that characterizes a change in the current selection.
GraphSelectionListener
          The listener that's notified when the selection in a GraphSelectionModel changes.
 

Classes in com.jgraph.event used by com.jgraph.plaf.basic
GraphModelEvent
          Encapsulates information describing changes to a graph model, and is used to notify graph model listeners of the change.
GraphModelListener
          Defines the interface for an object that listens to changes in a GraphModel.
GraphSelectionEvent
          An event that characterizes a change in the current selection.
GraphSelectionListener
          The listener that's notified when the selection in a GraphSelectionModel changes.