java.lang.Objectjavax.swing.event.HyperlinkEvent.EventType
public static final class HyperlinkEvent.EventType
     定义 ENTERED、EXITED 和 ACTIVATED 事件类型,以及由 toString() 返回的这些事件类型的字符串表示形式。
| 字段摘要 | |
|---|---|
| static HyperlinkEvent.EventType | ACTIVATED激活类型。 | 
| static HyperlinkEvent.EventType | ENTERED进入类型。 | 
| static HyperlinkEvent.EventType | EXITED退出类型。 | 
| 方法摘要 | |
|---|---|
|  String | toString()将类型转换成一个字符串。 | 
| 从类 java.lang.Object 继承的方法 | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| 字段详细信息 | 
|---|
public static final HyperlinkEvent.EventType ENTERED
public static final HyperlinkEvent.EventType EXITED
public static final HyperlinkEvent.EventType ACTIVATED
| 方法详细信息 | 
|---|
public String toString()