|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.sibvisions.rad.ui.swing.ext.event.TabEvent
public class TabEvent
An event which indicates that a tab action occurred in a tabbed pane.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TabEvent(Object pSource,
int pOldIndex,
int pNewIndex,
long pWhen,
int pModifiers)
Creates a new instance of TabEvent . |
Method Summary | |
---|---|
int |
getModifiers()
Returns the modifier mask for this event. |
int |
getNewTabIndex()
Gets the affected new tab index. |
int |
getOldTabIndex()
Gets the affected old tab index. |
long |
getWhen()
Returns the timestamp of when this event occurred. |
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(Object pSource, int pOldIndex, int pNewIndex, long pWhen, int pModifiers)
TabEvent
.
pSource
- the Source of this TabEvent
pOldIndex
- the old index of the triggered tabpNewIndex
- the new index of the triggered tabpWhen
- the time the event occurredpModifiers
- represents the modifier keys and mouse buttons down while the event occurredMethod Detail |
---|
public int getOldTabIndex()
public int getNewTabIndex()
public long getWhen()
public int getModifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |