Class TabContainer.TabChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TabContainer

    public static class TabContainer.TabChangeEvent
    extends javax.swing.event.ChangeEvent
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ITab _tab  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ITab getTab()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _tab

        private ITab _tab
    • Constructor Detail

      • TabChangeEvent

        public TabChangeEvent​(TabContainer tabContainer,
                              ITab tab)
    • Method Detail

      • getTab

        public ITab getTab()