* Selects the specified cell and initiates editing. The edit-attempt fails
* if the <code>CellEditor</code> does not allow editing for the specified
* item.
*/
public void startEditingAtCell(Object cell) {
GraphUI graph = getUI();
if (graph != null)
graph.startEditingAtCell(this, cell);
}