API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. HyperlinkEvent.EventType View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      HyperlinkEvent.EventType
Implements
Subclasses
Description
publicfinalstatic class HyperlinkEvent.EventType
Defines the ENTERED, EXITED, and ACTIVATED event types, along with their string representations, returned by toString().
See also:   
Constructors
private HyperlinkEvent.EventType (String s)
Methods
Hide/Show inherited methods
public String toString ()
  Converts the type to a string.
Fields
Hide/Show inherited fields
publicfinalstatic EventType ACTIVATED
Activated type.
publicfinalstatic EventType ENTERED
Entered type.
publicfinalstatic EventType EXITED
Exited type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar