Please keep in mind that there is no event fired when the editor is destroyed. Clients should associate a {@linkplain DisposeListener disposelistener} to the {@linkplain ICellEditor#getEditorControl() editor widget} tobe informed whenever the editor get destroyed.
This event is typically consumed by the {@code NatTable} itself to keep trackof the active editor. Any other layer may also consume this event to do whatever necessary.
|
|