java.lang.Object
javax.swing.event.HyperlinkEvent.EventType
- Enclosing class:
HyperlinkEvent
Defines the ENTERED, EXITED, and ACTIVATED event types, along
with their string representations, returned by toString().
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HyperlinkEvent.EventType
Activated type.static final HyperlinkEvent.EventType
Entered type.static final HyperlinkEvent.EventType
Exited type. -
Method Summary
-
Field Details
-
ENTERED
Entered type. -
EXITED
Exited type. -
ACTIVATED
Activated type.
-
-
Method Details
-
toString
-