Class TabEvent

java.lang.Object
java.util.EventObject
net.infonode.tabbedpanel.TabEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TabDragEvent, TabRemovedEvent, TabStateChangedEvent

public class TabEvent extends EventObject
TabEvent is the root event for all tab events. It contains information about the source, i.e. the object (tab or tabbedPanel) that generated this event and the tab that was affected by this event.
See Also:
  • Method Details

    • getTab

      public Tab getTab()
      Gets the tab that is the source for this event
      Returns:
      the Tab affected by this event or null if no tab was affected