| 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.
|
| Modifier and Type | Method and Description |
|---|---|
mxCellHandler |
mxGraphComponent.createHandler(mxCellState state) |
| Modifier and Type | Class and Description |
|---|---|
class |
mxEdgeHandler |
class |
mxElbowEdgeHandler |
class |
mxVertexHandler |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<Object,mxCellHandler> |
mxSelectionCellsHandler.handlers
Maps from cells to handlers in the order of the selection cells.
|
| Modifier and Type | Method and Description |
|---|---|
mxCellHandler |
mxSelectionCellsHandler.getHandler(Object cell) |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.