Package 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.- See Also:
TabbedPanel
,Tab
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TabRemovedEvent(java.lang.Object source, Tab tab, TabbedPanel tabbedPanel)
Constructs a TabDragEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabbedPanel
getTabbedPanel()
Gets the TabbedPanel the Tab was removed from
-
-
-
Constructor Detail
-
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
-
-
Method Detail
-
getTabbedPanel
public TabbedPanel getTabbedPanel()
Gets the TabbedPanel the Tab was removed from- Returns:
- the TabbedPanel the Tab was removed from
-
-