Contents
Class HyperlinkEvent.EventType
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
FieldsModifier and TypeFieldDescriptionstatic final HyperlinkEvent.EventType
Activated type.static final HyperlinkEvent.EventType
Entered type.static final HyperlinkEvent.EventType
Exited type. -
Method Summary