Writes the given component to the Device.
This renders the component according to this pluggable look and
feel; it reads the properties of the component and genereates the
HTML, XML or whatever representation that is written to the Device.
This method should be called from the write method in SComponent or
a subclass. It delegates
Parameters: device - the output device. Parameters: component - the component to be rendered. |