Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.event.HyperlinkEvent.EventType

Packages that use HyperlinkEvent.EventType
com.sun.java.swing.event Provides for events fired by Swing components.  
 

Uses of HyperlinkEvent.EventType in com.sun.java.swing.event
 

Fields in com.sun.java.swing.event declared as HyperlinkEvent.EventType
static HyperlinkEvent.EventType HyperlinkEvent.EventType.ENTERED
          Entered type.
static HyperlinkEvent.EventType HyperlinkEvent.EventType.EXITED
          Exited type.
static HyperlinkEvent.EventType HyperlinkEvent.EventType.ACTIVATED
          Activated type.
 

Methods in com.sun.java.swing.event that return HyperlinkEvent.EventType
 HyperlinkEvent.EventType HyperlinkEvent.getEventType()
          Gets the type of event.
 

Constructors in com.sun.java.swing.event with parameters of type HyperlinkEvent.EventType
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u)
          Creates a new object representing a hypertext link event.
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL u, String desc)
          Creates a new object representing a hypertext link event.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.