Hi Steve,
it’s a commercial plugin. you can find it here: http://codecanyon.net/item/awesome-builder-drag-drop-page-builder/6639589.
The widgets are instantiated like this:
It loops through all widgets and get’s the widget class (in my case piklist_universal_widget_test_widgets)
$widget = new $class();
Thanks!