MindFusion.Java Package Programmer's Guide
InplaceEditEvent.setEditControl Method
See Also
 






Sets the control used to edit the item's text.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setEditControl (
    JComponent value
)

 Parameters

value

 Remarks

If a custom editor is specified and it does not implement the IInplaceEditor interface, the Text property will be used as the cell value upon successful edit.

 See Also

InplaceEditEvent Members
InplaceEditEvent Class
com.mindfusion.spreadsheet Namespace