|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.allcolor.yahp.cl.converter.swing.CSwingHtmlRenderer.SynchronousViewFactory
private static class CSwingHtmlRenderer.SynchronousViewFactory
A view factory for the synchronous editor kit.
Field Summary | |
---|---|
private javax.swing.text.ViewFactory |
base
wrapped view factory |
Constructor Summary | |
---|---|
CSwingHtmlRenderer.SynchronousViewFactory(javax.swing.text.ViewFactory base)
Creates a new SynchronousViewFactory object. |
Method Summary | |
---|---|
javax.swing.text.View |
create(javax.swing.text.Element elem)
Create the view corresponding to an html element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private javax.swing.text.ViewFactory base
Constructor Detail |
---|
public CSwingHtmlRenderer.SynchronousViewFactory(javax.swing.text.ViewFactory base)
base
- wrapped view factoryMethod Detail |
---|
public javax.swing.text.View create(javax.swing.text.Element elem)
create
in interface javax.swing.text.ViewFactory
elem
- the html element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |