net.infonode.tabbedpanel

Class TabEvent

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 $

Author: $Author: jesper $

See Also: TabListener TabbedPanel Tab

Method Summary
TabgetTab()
Gets the tab that is the source for this event

Method Detail

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