Class TableColorizingRenderer.ViewFactoryImpl

  • All Implemented Interfaces:
    javax.swing.text.ViewFactory
    Enclosing class:
    TableColorizingRenderer

    private class TableColorizingRenderer.ViewFactoryImpl
    extends java.lang.Object
    implements javax.swing.text.ViewFactory
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ViewFactoryImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • ViewFactoryImpl

        private ViewFactoryImpl()
    • Method Detail

      • create

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