|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.infonode.tabbedpanel.TabEvent
net.infonode.tabbedpanel.TabRemovedEvent
public class TabRemovedEvent
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.
TabbedPanel
,
Tab
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TabRemovedEvent(java.lang.Object source,
Tab tab,
TabbedPanel tabbedPanel)
Constructs a TabDragEvent |
Method Summary | |
---|---|
TabbedPanel |
getTabbedPanel()
Gets the TabbedPanel the Tab was removed from |
Methods inherited from class net.infonode.tabbedpanel.TabEvent |
---|
getTab |
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 |
Constructor Detail |
---|
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 fromMethod Detail |
---|
public TabbedPanel getTabbedPanel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |