org.stringer.ui
Class HTMLRenderer

java.lang.Object
  |
  +--org.stringer.ui.HTMLRenderer

public class HTMLRenderer
extends java.lang.Object


Constructor Summary
HTMLRenderer()
           
 
Method Summary
static java.lang.String renderChannel(Stringer parent, Channel channel)
          Format a channel as HTML and display it in our JEditorPane
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLRenderer

public HTMLRenderer()
Method Detail

renderChannel

public static java.lang.String renderChannel(Stringer parent,
                                             Channel channel)
Format a channel as HTML and display it in our JEditorPane

Parameters:
channel - format this channel as HTML and display it.


Copyright © R. Kevin Cole. All Rights Reserved.