public class TabRemovedEvent extends TabEvent
TabbedPanel,
Tab,
Serialized Form| Constructor and Description |
|---|
TabRemovedEvent(java.lang.Object source,
Tab tab,
TabbedPanel tabbedPanel)
Constructs a TabDragEvent
|
| Modifier and Type | Method and Description |
|---|---|
TabbedPanel |
getTabbedPanel()
Gets the TabbedPanel the Tab was removed from
|
public TabRemovedEvent(java.lang.Object source,
Tab tab,
TabbedPanel tabbedPanel)
source - the Tab ot TabbedPanel that is the source for this
eventtab - the Tab that was removedtabbedPanel - the TabbedPanel that the Tab was removed frompublic TabbedPanel getTabbedPanel()