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.view |
This package contains all classes required for interaction, namely the
mxCellEditor used for in-place editing and the mxInteractiveCanvas, which
defines the requirements for a canvas that supports hit-detection on shapes.
|
Modifier and Type | Field and Description |
---|---|
protected mxICellEditor |
mxGraphComponent.cellEditor |
Modifier and Type | Method and Description |
---|---|
protected mxICellEditor |
mxGraphComponent.createCellEditor() |
mxICellEditor |
mxGraphComponent.getCellEditor() |
Modifier and Type | Method and Description |
---|---|
void |
mxGraphComponent.setCellEditor(mxICellEditor value) |
Modifier and Type | Class and Description |
---|---|
class |
mxCellEditor
To control this editor, use mxGraph.invokesStopCellEditing, mxGraph.
|
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.