Searched defs:targetURL (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLFrameHyperlinkEvent.java47 * @param targetURL the affected URL
50 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, argument
52 super(source, type, targetURL);
62 * @param targetURL the affected URL
66 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, String desc, argument
68 super(source, type, targetURL, desc);
77 * @param targetURL the affected URL
82 public HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, argument
84 super(source, type, targetURL, null, sourceElement);
94 * @param targetURL th
100 HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, String desc, Element sourceElement, String targetFrame) argument
119 HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, String desc, Element sourceElement, InputEvent inputEvent, String targetFrame) argument
[all...]
H A DFormSubmitEvent.java62 FormSubmitEvent(Object source, EventType type, URL targetURL, argument
65 super(source, type, targetURL, sourceElement, targetFrame);

Completed in 29 milliseconds