EditPlugin.trace(EditPlugin.SELECTION,
"Feature is one of the acceptable classes " + feature.getID(), null); //$NON-NLS-1$
if (firstFeature && !keyboardModifierIndicatesAdd(handler, event) && !onlyAdd ) {
commands.addCommand(handler.getCommand(handler.getAcceptBehaviours()));
commands.addCommand(new SelectFeatureAsEditFeatureCommand(handler, feature,
handler.getEditLayer(), Point.valueOf(event.x, event.y)));
} else {
if (onlyAdd || keyboardModifierIndicatesAdd(handler, event)) {
// call SelectFeaturecommand so that it is the CurrentEditGeom
commands.addCommand(new SelectFeatureCommand(handler, feature, Point