IBrowserFunctions2 Interface

An interface that defines the available KioWare web browser functions.

Methods

Type Signature
void goHome(UUID id)
Navigate the specified browser to the start page.
void goBack(UUID id)
Navigate the specified browser back one page.
void goForward(UUID id)
Navigate the specified browser forward one page.
void goBackOrForward(int steps, UUID id)
Navigate the specified browser forward a specified number of pages.
void doRefresh(UUID id)
Refresh the current page in the specified browser.
void loadUrl(String url, UUID id)
Navigate the specified browser to a specific URL.
String getUrl(UUID id)
Get the current URL from the specified browser.
UUID createTab(String url, boolean bringToFront)
Create a new tab.
void removeTab(UUID id)
Remove a specific tab.
void bringToFront(UUID id)
Bring a specific tab to the front.