Search
DiagramAdapter.enterInplaceEditMode Method
See Also
 

Called when entering in-place editing mode.

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

 Syntax

Java  Copy Code

public void enterInplaceEditMode (
    InPlaceEditEvent e
)

 Parameters

e

An InPlaceEditEvent object providing information about the event.

 Remarks

This event allows setting properties of the JTextArea component used for in-place editing or attaching custom event handlers to that control. Note that you can use a custom control for in-place editing. This can be done by handling createEditControl and specifying what object should be used as an editor by assigning it to EditControl.

 See Also