Java javafx.scene.control Hyperlink fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control Hyperlink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control Hyperlink.

The text is from its open source code.

Constructor

Hyperlink(String text)
Create a hyperlink with the specified text as its label.
Hyperlink()
Creates a hyperlink with no label.

Method

voidaddEventHandler(final EventType eventType, final EventHandler eventHandler)
Registers an event handler to this node.
StringgetText()
voidsetFont(Font value)
voidsetGraphic(Node value)
voidsetOnAction(EventHandler value)
voidsetStyle(String value)
A string representation of the CSS style associated with this specific Node .
voidsetText(String value)
StringPropertytextProperty()
The text to display in the label.