}
@Override
protected void createEditPolicies()
{
ContainerShapeModel model = getCastedModel();
ContainerShapePart containerPart = (ContainerShapePart)model.getSapphirePart();
// Create direct edit policy if it contains non-active sapphire text part. Active
// Sapphire text part has its own GEF editpart.
if (containerPart.isEditable())
{
installEditPolicy(EditPolicy.DIRECT_EDIT_ROLE, new NodeLabelDirectEditPolicy());