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 SummaryFieldsModifier and TypeFieldDescriptionstatic final HyperlinkEvent.EventTypeActivated type.static final HyperlinkEvent.EventTypeEntered type.static final HyperlinkEvent.EventTypeExited type.
- 
Method Summary
- 
Field Details- 
ENTEREDEntered type.
- 
EXITEDExited type.
- 
ACTIVATEDActivated type.
 
- 
- 
Method Details- 
toString
 
-