Class EditTextCell

java.lang.Object
All Implemented Interfaces:
Cell<String>

public class EditTextCell extends AbstractEditableCell<String,EditTextCell.ViewData>
An editable text cell. Click to edit, escape to cancel, return to commit.