Called when an in-place editing is accepted or rejected.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public void leaveInplaceEditMode ( |
An InPlaceEditEvent object providing information about the event.
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.