com.pepper.guiutils.browser
Interface WebHistoryEntry


public interface WebHistoryEntry

Interface describing contents of a WebHistory entry


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.
 

Method Detail

getURI

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


getTitle

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


isSubFrame

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



Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.