JGraph X 1.0.2.8


Uses of Class
com.mxgraph.util.mxEventSource

Packages that use mxEventSource
com.mxgraph.model   
com.mxgraph.swing   
com.mxgraph.swing.handler   
com.mxgraph.util   
com.mxgraph.view   
 

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 a 2-dimensional rectangle with double precision coordinates.
 

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
          To add a change listener to the graph selection model: addListener( mxEvent.CHANGE, new mxEventListener() { public void invoke(Object source, Object[] args) { selectionChanged((mxSelectionModel) source, (Collection) args[0], (Collection) args[1]); } });
 class mxGraphView
          Implements a view for the graph.
 class mxLayoutManager
           
 class mxSpaceManager
           
 class mxSwimlaneManager
           
 


JGraph X 1.0.2.8


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