javax.swing.text.html

Class HTMLFrameHyperlinkEvent

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    FormSubmitEvent

    public class HTMLFrameHyperlinkEvent
    extends HyperlinkEvent
    HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.
    • Constructor Detail

      • HTMLFrameHyperlinkEvent

        public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.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
      • HTMLFrameHyperlinkEvent

        public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.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
      • HTMLFrameHyperlinkEvent

        public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.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
      • HTMLFrameHyperlinkEvent

        public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.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
      • HTMLFrameHyperlinkEvent

        public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.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 Detail

      • getTarget

        public String getTarget()
        returns the target for the link.

Traduction non disponible

Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 07/12/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/swing/text/html/HTMLFrameHyperlinkEvent.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, HTMLFrameHyperlinkEvent

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut