Searched refs:sourceElement (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DHyperlinkEvent.java91 * @param sourceElement Element in the Document representing the
96 Element sourceElement) {
101 this.sourceElement = sourceElement;
115 * @param sourceElement Element in the Document representing the
121 Element sourceElement, InputEvent inputEvent) {
126 this.sourceElement = sourceElement;
169 return sourceElement;
188 private Element sourceElement; field in class:HyperlinkEvent
95 HyperlinkEvent(Object source, EventType type, URL u, String desc, Element sourceElement) argument
120 HyperlinkEvent(Object source, EventType type, URL u, String desc, Element sourceElement, InputEvent inputEvent) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLFrameHyperlinkEvent.java78 * @param sourceElement the element that corresponds to the source
83 Element sourceElement, String targetFrame) {
84 super(source, type, targetURL, null, sourceElement);
96 * @param sourceElement the element that corresponds to the source
101 Element sourceElement, String targetFrame) {
102 super(source, type, targetURL, desc, sourceElement);
113 * @param sourceElement the element that corresponds to the source
120 String desc, Element sourceElement,
122 super(source, type, targetURL, desc, sourceElement, inputEvent);
82 HTMLFrameHyperlinkEvent(Object source, EventType type, URL targetURL, Element sourceElement, String targetFrame) argument
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
H A DFormSubmitEvent.java56 * @param sourceElement the element that corresponds to the source
63 Element sourceElement, String targetFrame,
65 super(source, type, targetURL, sourceElement, targetFrame);
62 FormSubmitEvent(Object source, EventType type, URL targetURL, Element sourceElement, String targetFrame, MethodType method, String data) argument

Completed in 241 milliseconds