popup.add(new ViewValidationMessagesAction(controller.getGraph(), node));
}
private void checkPreConnectionPoint(PipelineActivityNode node) {
if (hasPreConnectionPoint(node)) {
ActivityConnection connection = new ActivityConnection(null, node.getDataObject());
insertConnectionPointMenu(node, connection, "Insert Before This");
}
}