A specialization of ComponentFactory that maintains a reference to a
component source. This is a common requirement of most ComponentFactories.
author: Jeff Tassin
Creates an AbstractComponentFactory instance with the
specified ComponentSource.
Parameters: compsrc - the component source associated with this factory.
Installs event listeners on the specified GridComponent. This is only
used in design mode.
Parameters: comp - the component to install event listeners on.