Package net.infonode.tabbedpanel
Class TabRemovedEvent
java.lang.Object
java.util.EventObject
net.infonode.tabbedpanel.TabEvent
net.infonode.tabbedpanel.TabRemovedEvent
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionTabRemovedEvent
(Object source, Tab tab, TabbedPanel tabbedPanel) Constructs a TabDragEvent -
Method Summary
Modifier and TypeMethodDescriptionGets the TabbedPanel the Tab was removed fromMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TabRemovedEvent
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 Details
-
getTabbedPanel
Gets the TabbedPanel the Tab was removed from- Returns:
- the TabbedPanel the Tab was removed from
-