Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Class
javax.swing.event.HyperlinkEvent.EventType

Packages that use HyperlinkEvent.EventType
javax.swing.event Provides for events fired by Swing components. 
 

Uses of HyperlinkEvent.EventType in javax.swing.event
 

Fields in javax.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 javax.swing.event that return HyperlinkEvent.EventType
 HyperlinkEvent.EventType HyperlinkEvent.getEventType()
          Gets the type of event.
 

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


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.