Uses of Class
com.mxgraph.swing.handler.mxCellMarker
-
Packages that use mxCellMarker Package Description com.mxgraph.swing.handler This package contains all classes required for mouse event handling in JFC/Swing. -
-
Uses of mxCellMarker in com.mxgraph.swing.handler
Subclasses of mxCellMarker in com.mxgraph.swing.handler Modifier and Type Class Description classmxCellTrackerEvent handler that highlights cells.Fields in com.mxgraph.swing.handler declared as mxCellMarker Modifier and Type Field Description protected mxCellMarkermxConnectionHandler. markerprotected mxCellMarkermxEdgeHandler. markerprotected mxCellMarkermxGraphHandler. markerMethods in com.mxgraph.swing.handler that return mxCellMarker Modifier and Type Method Description protected mxCellMarkermxGraphHandler. createMarker()mxCellMarkermxConnectionHandler. getMarker()mxCellMarkermxGraphHandler. getMarker()Methods in com.mxgraph.swing.handler with parameters of type mxCellMarker Modifier and Type Method Description voidmxConnectionHandler. setMarker(mxCellMarker value)voidmxGraphHandler. setMarker(mxCellMarker value)
-