net.infonode.tabbedpanel

Class TabRemovedEvent

public class TabRemovedEvent extends TabEvent

TabRemovedEvent is an event that contains information about the tab that was removed from a tabbed panel and the tabbed panel it was removed from.

Version: $Revision: 1.4 $

Author: $Author: jesper $

See Also: TabbedPanel Tab

Constructor Summary
TabRemovedEvent(Object source, Tab tab, TabbedPanel tabbedPanel)
Constructs a TabDragEvent
Method Summary
TabbedPanelgetTabbedPanel()
Gets the TabbedPanel the Tab was removed from

Constructor Detail

TabRemovedEvent

public TabRemovedEvent(Object source, Tab tab, TabbedPanel tabbedPanel)
Constructs a TabDragEvent

Parameters: source the Tab ot TabbedPanel that is the source for this event tab the Tab that was removed tabbedPanel the TabbedPanel that the Tab was removed from

Method Detail

getTabbedPanel

public TabbedPanel getTabbedPanel()
Gets the TabbedPanel the Tab was removed from

Returns: the TabbedPanel the Tab was removed from