Search
InPlaceEditEvent Constructor
See Also
 

Initializes a new instance of the InPlaceEditEvent class.

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

 Syntax

Java  Copy Code

public InPlaceEditEvent (
    Object source,
    InplaceEditable item,
    JComponent editControl
)

 Parameters

source

The node or table cell whose text has been edited.

item

An InplaceEditable instance that contains the event data.

editControl

The  used to edit the item.

 See Also