org.mozilla.jrex.navigation
Class HistoryEntry

java.lang.Object
  |
  +--org.mozilla.jrex.navigation.HistoryEntry

public class HistoryEntry
extends Object

HistoryEntry data wrapper class.

Version:
1.0
Author:
C.N.Medappa

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

HistoryEntry

public HistoryEntry(String uri,
                    String title,
                    boolean isSubFrame)
Method Detail

getURI

public String getURI()
Returns the URI associated with history entry.


getTitle

public String getTitle()
Returns the title associated with history entry.


isSubFrame

public boolean isSubFrame()
Returns true if history entry is Sub Frame.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004 C.N.Medappa. All Rights Reserved.