sferyx.administration.renderers
Class CustomHTMLFactory

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.HTMLFactory
      extended by sferyx.administration.renderers.CustomHTMLFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory

public class CustomHTMLFactory
extends javax.swing.text.html.HTMLEditorKit.HTMLFactory

Used to manage internally in personalized way the behavior of the document elements and create cutomized views.


Constructor Summary
CustomHTMLFactory()
           
 
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

CustomHTMLFactory

public CustomHTMLFactory()
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