com.ca.directory.jxplorer.viewer
Class MyHTMLEditorKit.MyHTMLFactory

java.lang.Object
  |
  +--javax.swing.text.html.HTMLEditorKit.HTMLFactory
        |
        +--com.ca.directory.jxplorer.viewer.MyHTMLEditorKit.MyHTMLFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory
Enclosing class:
MyHTMLEditorKit

public static class MyHTMLEditorKit.MyHTMLFactory
extends javax.swing.text.html.HTMLEditorKit.HTMLFactory


Constructor Summary
MyHTMLEditorKit.MyHTMLFactory(HTMLTemplateDisplay display)
           
 
Method Summary
 javax.swing.text.View create(javax.swing.text.Element elem)
          overload the create method to serve up our own version of FormView and ImageView...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyHTMLEditorKit.MyHTMLFactory

public MyHTMLEditorKit.MyHTMLFactory(HTMLTemplateDisplay display)
Method Detail

create

public javax.swing.text.View create(javax.swing.text.Element elem)
overload the create method to serve up our own version of FormView and ImageView...

Specified by:
create in interface javax.swing.text.ViewFactory
Overrides:
create in class javax.swing.text.html.HTMLEditorKit.HTMLFactory