JGraph X 1.2.0.8


Uses of Class
com.mxgraph.util.mxEventSource

Packages that use mxEventSource
com.mxgraph.model This package contains the classes that define a graph model. 
com.mxgraph.swing This package contains the main component for JFC/Swing, namely the graph component and the outline component. 
com.mxgraph.swing.handler This package contains all classes required for mouse event handling in JFC/Swing. 
com.mxgraph.util This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history. 
com.mxgraph.view This package implements the graph component, represented by the mxGraph class. 
 

Uses of mxEventSource in com.mxgraph.model
 

Subclasses of mxEventSource in com.mxgraph.model
 class mxGraphModel
          Extends mxEventSource to implement a graph model.
 

Uses of mxEventSource in com.mxgraph.swing
 

Fields in com.mxgraph.swing declared as mxEventSource
protected  mxEventSource mxGraphComponent.eventSource
           
 

Uses of mxEventSource in com.mxgraph.swing.handler
 

Fields in com.mxgraph.swing.handler declared as mxEventSource
protected  mxEventSource mxCellMarker.eventSource
          Holds the event source.
 

Uses of mxEventSource in com.mxgraph.util
 

Subclasses of mxEventSource in com.mxgraph.util
 class mxUndoManager
          Implements an undo history.
 

Uses of mxEventSource in com.mxgraph.view
 

Subclasses of mxEventSource in com.mxgraph.view
 class mxGraph
          Implements a graph object that allows to create diagrams from a graph model and stylesheet.
 class mxGraphSelectionModel
          Implements the selection model for a graph.
 class mxGraphView
          Implements a view for the graph.
 class mxLayoutManager
          Implements a layout manager that updates the layout for a given transaction.
 class mxSpaceManager
           
 class mxSwimlaneManager
           
 


JGraph X 1.2.0.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.