public final class WebHistory.Entry extends Object
Entry
class represents a single entry in the session history.
An entry instance is associated with the visited page.Type | Property and Description |
---|---|
ReadOnlyObjectProperty<Date> |
lastVisitedDate
Defines the
Date the page was last visited. |
ReadOnlyObjectProperty<String> |
title
Defines the title of the page.
|
Modifier and Type | Method and Description |
---|---|
Date |
getLastVisitedDate()
Gets the value of the property lastVisitedDate.
|
String |
getTitle()
Gets the value of the property title.
|
String |
getUrl()
Returns the URL of the page.
|
ReadOnlyObjectProperty<Date> |
lastVisitedDateProperty()
Defines the
Date the page was last visited. |
ReadOnlyObjectProperty<String> |
titleProperty()
Defines the title of the page.
|
String |
toString() |
public ReadOnlyObjectProperty<String> titleProperty
getTitle()
public ReadOnlyObjectProperty<Date> lastVisitedDateProperty
Date
the page was last visited.getLastVisitedDate()
public String getUrl()
public ReadOnlyObjectProperty<String> titleProperty()
getTitle()
public String getTitle()
public ReadOnlyObjectProperty<Date> lastVisitedDateProperty()
Date
the page was last visited.getLastVisitedDate()
public Date getLastVisitedDate()
Date
the page was last visited.Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.