Search
DiagramAdapter.cellClicked Method
See Also
 

Called when a table cell is clicked.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void cellClicked (
    CellEvent e
)

 Parameters

e

A CellEvent object providing information about the event.

 See Also