All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ice.htmlbrowser.BrowserContext

public interface BrowserContext

Method Index

 o gotoLocation(String)
 o gotoLocation(URL)
 o refresh()
 o reload()
 o stopLoading()
 o updateCurrentURL()
 o updateTitle(String)

Methods

 o gotoLocation
 public abstract void gotoLocation(String loc)
 o gotoLocation
 public abstract void gotoLocation(URL url)
 o reload
 public abstract void reload()
 o stopLoading
 public abstract void stopLoading()
 o refresh
 public abstract void refresh()
 o updateTitle
 public abstract void updateTitle(String str)
 o updateCurrentURL
 public abstract void updateCurrentURL()

All Packages  Class Hierarchy  This Package  Previous  Next  Index