mxGraph 2.5.0.2


Uses of Class
com.mxgraph.swing.handler.mxCellHandler

Packages that use mxCellHandler
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. 
 

Uses of mxCellHandler in com.mxgraph.swing
 

Methods in com.mxgraph.swing that return mxCellHandler
 mxCellHandler mxGraphComponent.createHandler(mxCellState state)
           
 

Uses of mxCellHandler in com.mxgraph.swing.handler
 

Subclasses of mxCellHandler in com.mxgraph.swing.handler
 class mxEdgeHandler
           
 class mxElbowEdgeHandler
           
 class mxVertexHandler
           
 

Fields in com.mxgraph.swing.handler with type parameters of type mxCellHandler
protected  LinkedHashMap<Object,mxCellHandler> mxSelectionCellsHandler.handlers
          Maps from cells to handlers in the order of the selection cells.
 

Methods in com.mxgraph.swing.handler that return mxCellHandler
 mxCellHandler mxSelectionCellsHandler.getHandler(Object cell)
           
 


mxGraph 2.5.0.2


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.