|
||||||||||
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
public class TabEvent
TabEvent is the root event for all tab events. It contains information about the source, i.e. the object (tab or tabbedPanel) that generated this event and the tab that was affected by this event.
TabListener
,
TabbedPanel
,
Tab
,
Serialized FormField Summary | |
---|---|
private Tab |
tab
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TabEvent(java.lang.Object source,
Tab tab)
Constructs a TabEvent |
Method Summary | |
---|---|
Tab |
getTab()
Gets the tab that is the source for this event |
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 |
Field Detail |
---|
private Tab tab
Constructor Detail |
---|
TabEvent(java.lang.Object source, Tab tab)
source
- the Tab or TabbedPanel that is the source for this
eventtab
- the tab on which the event occurredMethod Detail |
---|
public Tab getTab()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |