Spec-Zone .ru
спецификации, руководства, описания, API
|
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.Type | Property and Description |
---|---|
ReadOnlyObjectProperty<java.util.Date> |
lastVisitedDate
Defines the
Date the page was last visited. |
ReadOnlyObjectProperty<java.lang.String> |
title
Defines the title of the page.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getLastVisitedDate()
Gets the value of the property lastVisitedDate.
|
java.lang.String |
getTitle()
Gets the value of the property title.
|
java.lang.String |
getUrl()
Returns the URL of the page.
|
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() |
public ReadOnlyObjectProperty<java.lang.String> titleProperty
getTitle()
public ReadOnlyObjectProperty<java.util.Date> lastVisitedDateProperty
Date
the page was last visited.getLastVisitedDate()
public java.lang.String getUrl()
public ReadOnlyObjectProperty<java.lang.String> titleProperty()
getTitle()
public java.lang.String getTitle()
public ReadOnlyObjectProperty<java.util.Date> lastVisitedDateProperty()
Date
the page was last visited.getLastVisitedDate()
public java.util.Date getLastVisitedDate()
Date
the page was last visited.public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to