API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text.html. HTMLFrameHyperlinkEvent View Source
Author(s)
Sunita Mani
Since
Version
1.10, 11/17/05
Serial
Hierarchy
 Object
      EventObject
          HyperlinkEvent
              HTMLFrameHyperlinkEvent
Implements
Subclasses
Description
public class HTMLFrameHyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.
See also:   
Constructors
public HTMLFrameHyperlinkEvent (Object source, EventType type, URL targetURL, Element sourceElement, String targetFrame)
  Creates a new object representing a hypertext link event.
public HTMLFrameHyperlinkEvent (Object source, EventType type, URL targetURL, String targetFrame)
  Creates a new object representing a html frame hypertext link event.
public HTMLFrameHyperlinkEvent (Object source, EventType type, URL targetURL, String desc, Element sourceElement, String targetFrame)
  Creates a new object representing a hypertext link event.
public HTMLFrameHyperlinkEvent (Object source, EventType type, URL targetURL, String desc, String targetFrame)
  Creates a new object representing a hypertext link event.
Methods
Hide/Show inherited methods
public String getDescription () [Inherited From HyperlinkEvent]
  Get the description of the link as a string.
public EventType getEventType () [Inherited From HyperlinkEvent]
  Gets the type of event.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public Element getSourceElement () [Inherited From HyperlinkEvent]
  Returns the Element that corresponds to the source of the event.
public String getTarget ()
returns the target for the link.
public URL getURL () [Inherited From HyperlinkEvent]
  Gets the URL that the link refers to.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
  HyperlinkEvent.EventType
Defines the ENTERED, EXITED, and ACTIVATED event types, along with their string representations, returned by toString().
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar