Uses of Package
org.jgraph.event

Packages that use org.jgraph.event
org.jgraph   
org.jgraph.event   
org.jgraph.graph   
org.jgraph.plaf.basic   
 

Classes in org.jgraph.event used by org.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 org.jgraph.event used by org.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 org.jgraph.event used by org.jgraph.graph
GraphModelEvent.ExecutableGraphChange
          Defines the interface for objects that may be executed by the model when used as arguments to insert or edit.
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 org.jgraph.event used by org.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.