net.infonode.tabbedpanel
public class TabRemovedEvent extends TabEvent
Version: $Revision: 1.4 $
See Also: TabbedPanel Tab
| Constructor Summary | |
|---|---|
| TabRemovedEvent(Object source, Tab tab, TabbedPanel tabbedPanel)
Constructs a TabDragEvent
| |
| Method Summary | |
|---|---|
| TabbedPanel | getTabbedPanel()
Gets the TabbedPanel the Tab was removed from
|
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
Returns: the TabbedPanel the Tab was removed from