Ontimize 5.2072EN

com.ontimize.util.swing.text
Class ComponentTextPane.CustomViewFactory

java.lang.Object
  extended bycom.ontimize.util.swing.text.ComponentTextPane.CustomViewFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory
Enclosing class:
ComponentTextPane

protected class ComponentTextPane.CustomViewFactory
extends java.lang.Object
implements javax.swing.text.ViewFactory


Constructor Summary
protected ComponentTextPane.CustomViewFactory()
           
 
Method Summary
 javax.swing.text.View create(javax.swing.text.Element elem)
          Introduces the ComponentLabelView class when the name of the element if StyleConstants.ComponentElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTextPane.CustomViewFactory

protected ComponentTextPane.CustomViewFactory()
Method Detail

create

public javax.swing.text.View create(javax.swing.text.Element elem)
Introduces the ComponentLabelView class when the name of the element if StyleConstants.ComponentElementName

Specified by:
create in interface javax.swing.text.ViewFactory

Ontimize