net.sf.banglapad
Class MyHTMLEditorKit.HTMLFactoryX

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.HTMLFactory
      extended by net.sf.banglapad.MyHTMLEditorKit.HTMLFactoryX
All Implemented Interfaces:
javax.swing.text.ViewFactory
Enclosing class:
MyHTMLEditorKit

public static class MyHTMLEditorKit.HTMLFactoryX
extends javax.swing.text.html.HTMLEditorKit.HTMLFactory
implements javax.swing.text.ViewFactory


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

Constructor Detail

MyHTMLEditorKit.HTMLFactoryX

public MyHTMLEditorKit.HTMLFactoryX()
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