public final class WebHistory.Entry
extends java.lang.Object
Entry
class represents a single entry in the session history.
An entry instance is associated with the visited page.Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<java.util.Date> |
lastVisitedDate |
private BackForwardList.Entry |
peer |
private ReadOnlyObjectWrapper<java.lang.String> |
title |
private java.net.URL |
url |
Modifier | Constructor and Description |
---|---|
private |
Entry(BackForwardList.Entry entry) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getLastVisitedDate() |
java.lang.String |
getTitle() |
java.lang.String |
getUrl()
Returns the URL of the page.
|
(package private) boolean |
isPeer(BackForwardList.Entry entry) |
ReadOnlyObjectProperty<java.util.Date> |
lastVisitedDateProperty()
Defines the
Date the page was last visited. |
ReadOnlyObjectProperty<java.lang.String> |
titleProperty()
Defines the title of the page.
|
java.lang.String |
toString() |
private final java.net.URL url
private final ReadOnlyObjectWrapper<java.lang.String> title
private final ReadOnlyObjectWrapper<java.util.Date> lastVisitedDate
private final BackForwardList.Entry peer
private Entry(BackForwardList.Entry entry)
public java.lang.String getUrl()
public ReadOnlyObjectProperty<java.lang.String> titleProperty()
public java.lang.String getTitle()
public ReadOnlyObjectProperty<java.util.Date> lastVisitedDateProperty()
Date
the page was last visited.public java.util.Date getLastVisitedDate()
boolean isPeer(BackForwardList.Entry entry)
public java.lang.String toString()
toString
in class java.lang.Object