Java javax.swing.event HyperlinkEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.event HyperlinkEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.event HyperlinkEvent.

The text is from its open source code.

Method

StringgetDescription()
Get the description of the link as a string.
EventTypegetEventType()
Gets the type of event.
ObjectgetSource()
The object on which the Event initially occurred.
ElementgetSourceElement()
Returns the Element that corresponds to the source of the event.
URLgetURL()
Gets the URL that the link refers to.
StringtoString()
Returns a String representation of this EventObject.