Class JTabbedPaneFactory

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ChangeListener, UIFactory

    public class JTabbedPaneFactory
    extends java.lang.Object
    implements UIFactory, javax.swing.event.ChangeListener
    See Also:
    UIFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent create​(UI ui, org.jdom2.Element e)  
      void stateChanged​(javax.swing.event.ChangeEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public javax.swing.JComponent create​(UI ui,
                                             org.jdom2.Element e)
        Specified by:
        create in interface UIFactory
      • stateChanged

        public void stateChanged​(javax.swing.event.ChangeEvent e)
        Specified by:
        stateChanged in interface javax.swing.event.ChangeListener