Searched refs:HTMLFrameHyperlinkEvent (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLFrameHyperlinkEvent.java33 * HTMLFrameHyperlinkEvent is used to notify interested
39 public class HTMLFrameHyperlinkEvent extends HyperlinkEvent { class in inherits:HyperlinkEvent
50 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, method in class:HTMLFrameHyperlinkEvent
66 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, String desc, method in class:HTMLFrameHyperlinkEvent
82 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, method in class:HTMLFrameHyperlinkEvent
100 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, String desc, method in class:HTMLFrameHyperlinkEvent
119 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, method in class:HTMLFrameHyperlinkEvent
H A DFormSubmitEvent.java38 public class FormSubmitEvent extends HTMLFrameHyperlinkEvent {
H A DFrameView.java284 * JEditorPane, and then fires an HTMLFrameHyperlinkEvent
301 if (!(evt instanceof HTMLFrameHyperlinkEvent)) {
306 HTMLFrameHyperlinkEvent e = (HTMLFrameHyperlinkEvent)evt;
345 c.fireHyperlinkUpdate(new HTMLFrameHyperlinkEvent(c,
H A DHTMLEditorKit.java884 * <code>hdoc</code> is a frame document a HTMLFrameHyperlinkEvent
926 linkEvent = new HTMLFrameHyperlinkEvent(
H A DHTMLDocument.java670 * is <code>HTMLFrameHyperlinkEvent</code>.
706 public void processHTMLFrameHyperlinkEvent(HTMLFrameHyperlinkEvent e) {

Completed in 259 milliseconds