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
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
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.
Converts the type to a string.
Returns:
the string
Fields
Hide/Show inherited fields
public
final
static
EventType
ACTIVATED
Activated type.
public
final
static
EventType
ENTERED
Entered type.
public
final
static
EventType
EXITED
Exited type.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar