Package net.infonode.tabbedpanel
Class TabEvent
java.lang.Object
java.util.EventObject
net.infonode.tabbedpanel.TabEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TabDragEvent
,TabRemovedEvent
,TabStateChangedEvent
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
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
-