If you want an HTML hyperlink (<a> tag) without interacting with the history system, use {@link Anchor} instead.
Being a true hyperlink, it is also possible for the user to "right-click, open link in new window", which will cause the application to be loaded in a new window at the state specified by the hyperlink.
Hyperlink
TODO DOCUMENT ME
@version $Id: Hyperlink.java,v 1.5 2009/12/17 16:14:21 PhilippBouillon Exp $
This control displays a line of text (with an optional underline) which can be clicked to send a Selection event. Colors for the text and underline in their normal, mouse hover and active state can be set independently. The text can contain a mnemonic character for triggering the link via keyboard. Unless the control is created with the NO_FOCUS style, it accepts keyboard focus and can be triggered with RETURN and SPACE while focused.
Note: This control should not be resized beyond its minimum / preferred size.
Hyperlink can be extended.
|
|
|
|
|
|
|
|