SwingHyperlinkAction

fun interface SwingHyperlinkAction

Host-owned action for a hyperlink discovered from visible terminal text.

Reusable Swing UI stores only compact primitive ids in its paint and hit-test paths. The host action is invoked only after explicit user activation, such as Ctrl-left-click, and may route to an IDE, browser, file opener, or a security prompt.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun open(): Boolean

Opens the hyperlink target.