MindFusion.Java Package Programmer's Guide
DiagramAdapter.leaveInplaceEditMode Method
See Also
 






Called when an in-place editing is accepted or rejected.

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

 Syntax

Java  Copy Code

public void leaveInplaceEditMode (
    InPlaceEditEvent e
)

 Parameters

e

An InPlaceEditEvent object providing information about the event.

 Remarks

This event is raised in all situations that lead to closing the inplace-edit control, for example, when the user accepts or cancels the changes made to an item's text, or when the endEdit method is called.

If you have created a custom edit control by handling the createEditControl event, EditControl refers to the custom editor. Otherwise, it is a JTextArea instance.

 See Also

DiagramAdapter Members
DiagramAdapter Class
com.mindfusion.diagramming Namespace