net.infonode.tabbedpanel
Class TabRemovedEvent
java.lang.Object
java.util.EventObject
net.infonode.tabbedpanel.TabEvent
net.infonode.tabbedpanel.TabRemovedEvent
- All Implemented Interfaces:
- java.io.Serializable
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
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
tabbedPanel
private TabbedPanel tabbedPanel
TabRemovedEvent
public TabRemovedEvent(java.lang.Object source,
Tab tab,
TabbedPanel tabbedPanel)
- Constructs a TabDragEvent
- Parameters:
source
- the Tab ot TabbedPanel that is the source for this
eventtab
- the Tab that was removedtabbedPanel
- the TabbedPanel that the Tab was removed from
getTabbedPanel
public TabbedPanel getTabbedPanel()
- Gets the TabbedPanel the Tab was removed from
- Returns:
- the TabbedPanel the Tab was removed from