Class TabbedPaneProperty

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSessionState​(java.awt.Component c)
      Returns a TabbedPaneState object for JTabbedPane c.
      void setSessionState​(java.awt.Component c, java.lang.Object state)
      Restore the JTabbedPane's selectedIndex property if the number of tabs has not changed.
      • Methods inherited from class java.lang.Object

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

      • TabbedPaneProperty

        public TabbedPaneProperty()