* @param locator
* the CellEditorLocator
*/
public VertexDirectEditManager(VertexEditPart source,
VertexFigure vertexFigure) {
super(source, TextCellEditor.class, new VertexCellEditorLocator(
vertexFigure));
vertexLabel = vertexFigure.getLabelId();
}