|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.pandoragames.far.ui.swing.component.listener.TabEvent
public class TabEvent
Event object for TabListener.
| Nested Class Summary | |
|---|---|
static class |
TabEvent.TAB_EVENT_TYPE
|
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TabEvent(javax.swing.JTabbedPane source,
int index,
TabEvent.TAB_EVENT_TYPE type)
Counstructor. |
|
| Method Summary | |
|---|---|
TabEvent.TAB_EVENT_TYPE |
getEventType()
Returns the event type this object represents |
int |
getTabIndex()
Returns the index of the affected tab. |
| 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 TabEvent(javax.swing.JTabbedPane source,
int index,
TabEvent.TAB_EVENT_TYPE type)
source - JTabbedPane that triggered the eventindex - index of affected tabtype - event type| Method Detail |
|---|
public TabEvent.TAB_EVENT_TYPE getEventType()
public int getTabIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||