Example usage for Java javafx.scene.control Hyperlink fields, constructors, methods, implement or subclass
The text is from its open source code.
Hyperlink(String text) Create a hyperlink with the specified text as its label. | |
Hyperlink() Creates a hyperlink with no label. |
void | addEventHandler(final EventType Registers an event handler to this node. |
String | getText() |
void | setFont(Font value) |
void | setGraphic(Node value) |
void | setOnAction(EventHandler |
void | setStyle(String value) A string representation of the CSS style associated with this specific Node . |
void | setText(String value) |
StringProperty | textProperty() The text to display in the label. |