{
Figure selection = fe.nextFigure();
if (selection instanceof PlaceholderNodeFigure)
{
// Get the node figure to add the sockets to
PlaceholderNodeFigure nodeFigure = (PlaceholderNodeFigure) selection;
nodeFigure.assignPlaceholderReference(source.toString());
return true;
}
}
}