Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
public class: HTMLFrameHyperlinkEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      javax.swing.event.HyperlinkEvent
         javax.swing.text.html.HTMLFrameHyperlinkEvent

Direct Known Subclasses:
    FormSubmitEvent

HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.
Constructor:
 public HTMLFrameHyperlinkEvent(Object source,
    EventType type,
    URL targetURL,
    String targetFrame) 
    Creates a new object representing a html frame hypertext link event.
    Parameters:
    source - the object responsible for the event
    type - the event type
    targetURL - the affected URL
    targetFrame - the Frame to display the document in
 public HTMLFrameHyperlinkEvent(Object source,
    EventType type,
    URL targetURL,
    String desc,
    String targetFrame) 
    Creates a new object representing a hypertext link event.
    Parameters:
    source - the object responsible for the event
    type - the event type
    targetURL - the affected URL
    desc - a description
    targetFrame - the Frame to display the document in
 public HTMLFrameHyperlinkEvent(Object source,
    EventType type,
    URL targetURL,
    Element sourceElement,
    String targetFrame) 
    Creates a new object representing a hypertext link event.
    Parameters:
    source - the object responsible for the event
    type - the event type
    targetURL - the affected URL
    sourceElement - the element that corresponds to the source of the event
    targetFrame - the Frame to display the document in
 public HTMLFrameHyperlinkEvent(Object source,
    EventType type,
    URL targetURL,
    String desc,
    Element sourceElement,
    String targetFrame) 
    Creates a new object representing a hypertext link event.
    Parameters:
    source - the object responsible for the event
    type - the event type
    targetURL - the affected URL
    desc - a desription
    sourceElement - the element that corresponds to the source of the event
    targetFrame - the Frame to display the document in
 public HTMLFrameHyperlinkEvent(Object source,
    EventType type,
    URL targetURL,
    String desc,
    Element sourceElement,
    InputEvent inputEvent,
    String targetFrame) 
    Creates a new object representing a hypertext link event.
    Parameters:
    source - the object responsible for the event
    type - the event type
    targetURL - the affected URL
    desc - a desription
    sourceElement - the element that corresponds to the source of the event
    inputEvent - InputEvent that triggered the hyperlink event
    targetFrame - the Frame to display the document in
    since: 1.7 -
Method from javax.swing.text.html.HTMLFrameHyperlinkEvent Summary:
getTarget
Methods from javax.swing.event.HyperlinkEvent:
getDescription,   getEventType,   getInputEvent,   getSourceElement,   getURL
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.HTMLFrameHyperlinkEvent Detail:
 public String getTarget() 
    returns the target for the link.