All Packages Class Hierarchy This Package Previous Next Index
Interface ice.htmlbrowser.BrowserContext
- public interface BrowserContext
-
gotoLocation(String)
-
-
gotoLocation(URL)
-
-
refresh()
-
-
reload()
-
-
stopLoading()
-
-
updateCurrentURL()
-
-
updateTitle(String)
-
gotoLocation
public abstract void gotoLocation(String loc)
gotoLocation
public abstract void gotoLocation(URL url)
reload
public abstract void reload()
stopLoading
public abstract void stopLoading()
refresh
public abstract void refresh()
updateTitle
public abstract void updateTitle(String str)
updateCurrentURL
public abstract void updateCurrentURL()
All Packages Class Hierarchy This Package Previous Next Index