Lines Matching defs:event
25 package javax.swing.event;
27 import java.awt.event.InputEvent;
51 * Creates a new object representing a hypertext link event.
56 * @param source the object responsible for the event
57 * @param type the event type
65 * Creates a new object representing a hypertext link event.
67 * @param source the object responsible for the event
68 * @param type the event type
81 * Creates a new object representing a hypertext link event.
83 * @param source the object responsible for the event
84 * @param type the event type
105 * Creates a new object representing a hypertext link event.
107 * @param source the object responsible for the event
108 * @param type the event type
117 * @param inputEvent InputEvent that triggered the hyperlink event
131 * Gets the type of event.
160 * event. This will typically be an <code>Element</code> representing
165 * @return Element indicating source of event, or null
173 * Returns the {@code InputEvent} that triggered the hyperlink event.
178 * @return InputEvent that triggered the hyperlink event, or null
193 * Defines the ENTERED, EXITED, and ACTIVATED event types, along