Type | Property and Description |
---|---|
javafx.beans.property.StringProperty |
comment |
javafx.beans.property.StringProperty |
description |
javafx.beans.property.StringProperty |
name |
javafx.beans.property.IntegerProperty |
number |
javafx.beans.property.StringProperty |
source |
javafx.beans.property.StringProperty |
type |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.StringProperty |
commentProperty() |
javafx.beans.property.StringProperty |
descriptionProperty() |
java.lang.String |
getComment()
Gets the value of the property comment.
|
TrkType |
getData() |
java.lang.String |
getDescription()
Gets the value of the property description.
|
Waypoint |
getEndPoint() |
Extensions |
getExtensions() |
javafx.collections.ObservableList<Link> |
getLinks() |
java.lang.String |
getName()
Gets the value of the property name.
|
int |
getNumber()
Gets the value of the property number.
|
java.lang.String |
getSource()
Gets the value of the property source.
|
Waypoint |
getStartPoint() |
javafx.collections.ObservableList<TrackSegment> |
getTrackSegments() |
java.lang.String |
getType()
Gets the value of the property type.
|
javafx.beans.property.StringProperty |
nameProperty() |
javafx.beans.property.IntegerProperty |
numberProperty() |
javafx.beans.property.StringProperty |
sourceProperty() |
javafx.beans.property.StringProperty |
typeProperty() |
public javafx.beans.property.StringProperty nameProperty
getName()
public javafx.beans.property.StringProperty descriptionProperty
getDescription()
public javafx.beans.property.StringProperty commentProperty
getComment()
public javafx.beans.property.StringProperty sourceProperty
getSource()
public javafx.beans.property.IntegerProperty numberProperty
getNumber()
public javafx.beans.property.StringProperty typeProperty
getType()
public Track(TrkType track)
public TrkType getData()
public java.lang.String getName()
public javafx.beans.property.StringProperty nameProperty()
getName()
public java.lang.String getDescription()
public javafx.beans.property.StringProperty descriptionProperty()
getDescription()
public java.lang.String getComment()
public javafx.beans.property.StringProperty commentProperty()
getComment()
public java.lang.String getSource()
public javafx.beans.property.StringProperty sourceProperty()
getSource()
public int getNumber()
public javafx.beans.property.IntegerProperty numberProperty()
getNumber()
public java.lang.String getType()
public javafx.beans.property.StringProperty typeProperty()
getType()
public javafx.collections.ObservableList<Link> getLinks()
public javafx.collections.ObservableList<TrackSegment> getTrackSegments()
public Extensions getExtensions()
public Waypoint getStartPoint()
public Waypoint getEndPoint()