ui.editor
Class XmlViewFactory

java.lang.Object
  extended by ui.editor.XmlViewFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory

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

Author:
kees date: 13-jan-2006

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

Constructor Detail

XmlViewFactory

public XmlViewFactory()
Method Detail

create

public javax.swing.text.View create(javax.swing.text.Element element)
Specified by:
create in interface javax.swing.text.ViewFactory
See Also:
ViewFactory.create(javax.swing.text.Element)