edu.mssm.crover.beans
Class TabFocusEvent
java.lang.Object
|
+--java.util.EventObject
|
+--edu.mssm.crover.beans.TabFocusEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class TabFocusEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public int type
tab_title
public java.lang.String tab_title
GAINED_FOCUS
public static final int GAINED_FOCUS
- See Also:
- Constant Field Values
LOST_FOCUS
public static final int LOST_FOCUS
- See Also:
- Constant Field Values
TabFocusEvent
public TabFocusEvent(LooseTabbedPane source,
int type,
java.lang.String tab_title)
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.EventObject
Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.