| net.infonode.tabbedpanel.TabEvent net.infonode.tabbedpanel.TabRemovedEvent
TabRemovedEvent | public class TabRemovedEvent extends TabEvent (Code) | | 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.
author: $Author: jesper $ version: $Revision: 1.4 $ See Also: TabbedPanel See Also: Tab |
TabRemovedEvent | public TabRemovedEvent(Object source, Tab tab, TabbedPanel tabbedPanel)(Code) | | Constructs a TabDragEvent
Parameters: source - the Tab ot TabbedPanel that is the source for thisevent Parameters: tab - the Tab that was removed Parameters: tabbedPanel - the TabbedPanel that the Tab was removed from |
getTabbedPanel | public TabbedPanel getTabbedPanel()(Code) | | Gets the TabbedPanel the Tab was removed from
the TabbedPanel the Tab was removed from |
|
|