classes
Class NXCEditorkit.NXCViewFactory

java.lang.Object
  extended by classes.NXCEditorkit.NXCViewFactory
All Implemented Interfaces:
javax.swing.text.ViewFactory
Enclosing class:
NXCEditorkit

static class NXCEditorkit.NXCViewFactory
extends java.lang.Object
implements javax.swing.text.ViewFactory


Constructor Summary
NXCEditorkit.NXCViewFactory()
           
 
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

NXCEditorkit.NXCViewFactory

NXCEditorkit.NXCViewFactory()
Method Detail

create

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