Retrieves the customizer of the specified component.
public ICustomizer getCustomizer( Object component )
component
The object to retrieve the customizer for. This parameter must be an instance of either the component class or one of its subclasses.
Returns an object implementing the ICustomizer interface. If the component does not support a customizer, null is returned.
A customizer provides the ability to create a set of design pages for a component, to edit the component, and to execute its design-time verbs.