javax.swing.event
Class HyperlinkEvent.EventType

java.lang.Object
  extended by javax.swing.event.HyperlinkEvent.EventType
Enclosing class:
HyperlinkEvent

public static final class HyperlinkEvent.EventType
extends Object


Field Summary
static HyperlinkEvent.EventType ACTIVATED
           
static HyperlinkEvent.EventType ENTERED
           
static HyperlinkEvent.EventType EXITED
           
 
Method Summary
 String toString()
          Returns a String of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENTERED

public static final HyperlinkEvent.EventType ENTERED

EXITED

public static final HyperlinkEvent.EventType EXITED

ACTIVATED

public static final HyperlinkEvent.EventType ACTIVATED
Method Detail

toString

public String toString()
Returns a String of this object.

Overrides:
toString in class Object
Returns:
the String representing this Object, which may be null
See Also:
Object.getClass(), Object.hashCode(), Class.getName(), Integer.toHexString(int)