A StandardCompnentFactory is a base class for creating and
initializing StandardComponent instances when in design mode. A
StandardComponent is a type of GridComponent that contains a Swing component.
See:
com.jeta.forms.gui.form.StandardComponent author: Jeff Tassin
create(ComponentSource compsrc, Component comp, GridView view) Helper method that creates and initializes a StandardComponent.
Parameters: compsrc - the component source. Parameters: comp - the Swing component that will be contained by the newlycreated GridComponent Parameters: view - the view that will contain the newly created GridComponent.
createComponent(Component comp, GridView view) ComponentFactory implementation Creates a GridComponent instances with
the given name and the given parent view.
Creates a StandardComponentFactory instance with the
specified component source.
Parameters: compsrc - the component source associated with this factory.
Helper method that creates and initializes a StandardComponent.
Parameters: compsrc - the component source. Parameters: comp - the Swing component that will be contained by the newlycreated GridComponent Parameters: view - the view that will contain the newly created GridComponent. the grid component.
ComponentFactory implementation Creates a GridComponent instances with
the given name and the given parent view. However, the GridComponent is
not added to the view in this call.
Parameters: compName - the name of the component. Parameters: parentView - the parent view for the new grid component. This value isneeded mainly for installing event listeners to theGridComponent in design mode.
Methods inherited from com.jeta.forms.gui.components.AbstractComponentFactory