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 mxCellHandlermxGraphComponent. createHandler(mxCellState state) -
Uses of mxCellHandler in com.mxgraph.swing.handler
Subclasses of mxCellHandler in com.mxgraph.swing.handler Modifier and Type Class Description classmxEdgeHandlerclassmxElbowEdgeHandlerclassmxVertexHandlerFields 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. handlersMaps 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 mxCellHandlermxSelectionCellsHandler. getHandler(java.lang.Object cell)
-