Uses of Class
com.mxgraph.swing.handler.mxCellHandler
-
Packages that use mxCellHandler Package Description 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 Modifier and Type Method Description mxCellHandler
mxGraphComponent. createHandler(mxCellState state)
-
Uses of mxCellHandler in com.mxgraph.swing.handler
Subclasses of mxCellHandler in com.mxgraph.swing.handler Modifier and Type Class Description class
mxEdgeHandler
class
mxElbowEdgeHandler
class
mxVertexHandler
Fields in com.mxgraph.swing.handler with type parameters of type mxCellHandler Modifier and Type Field Description protected java.util.LinkedHashMap<java.lang.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 Modifier and Type Method Description mxCellHandler
mxSelectionCellsHandler. getHandler(java.lang.Object cell)
-