Type | Property and Description |
---|---|
javafx.beans.property.StringProperty |
href |
javafx.beans.property.StringProperty |
text |
javafx.beans.property.StringProperty |
type |
Modifier and Type | Method and Description |
---|---|
LinkType |
getData() |
java.lang.String |
getHref()
Gets the value of the property href.
|
java.lang.String |
getText()
Gets the value of the property text.
|
java.lang.String |
getType()
Gets the value of the property type.
|
javafx.beans.property.StringProperty |
hrefProperty() |
javafx.beans.property.StringProperty |
textProperty() |
javafx.beans.property.StringProperty |
typeProperty() |
public javafx.beans.property.StringProperty textProperty
getText()
public javafx.beans.property.StringProperty typeProperty
getType()
public javafx.beans.property.StringProperty hrefProperty
getHref()
public Link(LinkType link)
public LinkType getData()
public java.lang.String getText()
public javafx.beans.property.StringProperty textProperty()
getText()
public java.lang.String getType()
public javafx.beans.property.StringProperty typeProperty()
getType()
public java.lang.String getHref()
public javafx.beans.property.StringProperty hrefProperty()
getHref()