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
- 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.
- Version:
- $Revision: 1.10 $
- See Also:
TabListener
,
TabbedPanel
,
Tab
,
Serialized Form
Method Summary |
Tab |
getTab()
Gets the tab that is the source for this event |
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
Copyright © 2007 NNL Technology AB. All Rights Reserved.