com.ondelette.servlet.webforum
Class SwingForumApplet.NoImageHTMLFactory

java.lang.Object
  |
  +--com.ondelette.servlet.webforum.SwingForumApplet.NoImageHTMLFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory
Enclosing class:
SwingForumApplet

public class SwingForumApplet.NoImageHTMLFactory
extends java.lang.Object
implements javax.swing.text.ViewFactory

A factory to build views for html. The following table describes what this factory will build by default.


Constructor Summary
SwingForumApplet.NoImageHTMLFactory()
           
 
Method Summary
 javax.swing.text.View create(javax.swing.text.Element elem)
          Creates a view from an element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingForumApplet.NoImageHTMLFactory

public SwingForumApplet.NoImageHTMLFactory()
Method Detail

create

public javax.swing.text.View create(javax.swing.text.Element elem)
Creates a view from an element.

Specified by:
create in interface javax.swing.text.ViewFactory
Parameters:
elem - the element
Returns:
the view
Since:
0.30