Example usage for Java javax.swing.event HyperlinkEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getDescription() Get the description of the link as a string. |
EventType | getEventType() Gets the type of event. |
Object | getSource() The object on which the Event initially occurred. |
Element | getSourceElement() Returns the Element that corresponds to the source of the event. |
URL | getURL() Gets the URL that the link refers to. |
String | toString() Returns a String representation of this EventObject. |