|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.navigation.HistoryEntry
HistoryEntry data wrapper class.
Constructor Summary | |
HistoryEntry(String uri,
String title,
boolean isSubFrame)
|
Method Summary | |
String |
getTitle()
Returns the title associated with history entry. |
String |
getURI()
Returns the URI associated with history entry. |
boolean |
isSubFrame()
Returns true if history entry is Sub Frame. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HistoryEntry(String uri, String title, boolean isSubFrame)
Method Detail |
public String getURI()
public String getTitle()
public boolean isSubFrame()
true
if history entry is Sub Frame.
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |