Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.java.swing.event.HyperlinkEvent.EventType
Field Summary | |
static HyperlinkEvent.EventType | ACTIVATED
Activated type. |
static HyperlinkEvent.EventType | ENTERED
Entered type. |
static HyperlinkEvent.EventType | EXITED
Exited type. |
Method Summary | |
java.lang.String | toString()
Converts the type to a string. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
public static final HyperlinkEvent.EventType ENTERED
public static final HyperlinkEvent.EventType EXITED
public static final HyperlinkEvent.EventType ACTIVATED
Method Detail |
public java.lang.String toString()
Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |