net.atlanticbb.tantlinger.ui.text
Class WysiwygHTMLEditorKit.WysiwygHTMLFactory

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.HTMLFactory
      extended by net.atlanticbb.tantlinger.ui.text.WysiwygHTMLEditorKit.WysiwygHTMLFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory
Enclosing class:
WysiwygHTMLEditorKit

public class WysiwygHTMLEditorKit.WysiwygHTMLFactory
extends javax.swing.text.html.HTMLEditorKit.HTMLFactory

Factory to build views of the html elements. This simply extends the behavior of the default html factory to draw borderless tables, etc


Constructor Summary
WysiwygHTMLEditorKit.WysiwygHTMLFactory()
           
 
Method Summary
 javax.swing.text.View create(javax.swing.text.Element elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WysiwygHTMLEditorKit.WysiwygHTMLFactory

public WysiwygHTMLEditorKit.WysiwygHTMLFactory()
Method Detail

create

public javax.swing.text.View create(javax.swing.text.Element elem)
Specified by:
create in interface javax.swing.text.ViewFactory
Overrides:
create in class javax.swing.text.html.HTMLEditorKit.HTMLFactory