public class ViewMetadata
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<javafx.scene.Node> |
graphics |
javafx.beans.property.StringProperty |
title |
| Constructor and Description |
|---|
ViewMetadata() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
getGraphic() |
java.lang.String |
getTitle()
Gets the value of the property title.
|
javafx.beans.property.ObjectProperty<javafx.scene.Node> |
graphicsProperty() |
void |
setGraphic(javafx.scene.Node graphic) |
void |
setTitle(java.lang.String title)
Sets the value of the property title.
|
javafx.beans.property.StringProperty |
titleProperty() |
public javafx.beans.property.StringProperty titleProperty
getTitle(),
setTitle(String)public javafx.beans.property.ObjectProperty<javafx.scene.Node> graphicsProperty
public java.lang.String getTitle()
public javafx.beans.property.StringProperty titleProperty()
getTitle(),
setTitle(String)public void setTitle(java.lang.String title)
public javafx.beans.property.ObjectProperty<javafx.scene.Node> graphicsProperty()
public javafx.scene.Node getGraphic()
public void setGraphic(javafx.scene.Node graphic)