creamtec.webcream.rendering.html
Class DefaultJScrollBarRenderer

java.lang.Object
  extended by creamtec.webcream.rendering.html.AbstractHTMLComponentRenderer
      extended by creamtec.webcream.rendering.html.DefaultComponentRenderer
          extended by creamtec.webcream.rendering.html.DefaultJComponentRenderer
              extended by creamtec.webcream.rendering.html.DefaultJScrollBarRenderer
All Implemented Interfaces:
ComponentRenderer, HTMLComponentRenderer

public class DefaultJScrollBarRenderer
extends DefaultJComponentRenderer

Provides default GUI component rendering for JScrollBar components


Constructor Summary
DefaultJScrollBarRenderer()
           
 
Method Summary
 void renderComponent(HTMLPage page, java.lang.Object component)
          Overrides default implementation to render the given component into the page
 
Methods inherited from class creamtec.webcream.rendering.html.DefaultJComponentRenderer
renderKnownComponent
 
Methods inherited from class creamtec.webcream.rendering.html.DefaultComponentRenderer
getSnapshotRenderer
 
Methods inherited from class creamtec.webcream.rendering.html.AbstractHTMLComponentRenderer
renderComponent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJScrollBarRenderer

public DefaultJScrollBarRenderer()
Method Detail

renderComponent

public void renderComponent(HTMLPage page,
                            java.lang.Object component)
                     throws java.lang.Exception
Overrides default implementation to render the given component into the page

Specified by:
renderComponent in interface HTMLComponentRenderer
Overrides:
renderComponent in class DefaultComponentRenderer
Parameters:
page - HTMLPage
component - Object
Throws:
java.lang.Exception


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.