Uses of Class
com.tccc.kos.core.service.browser.BrowserNav
Packages that use BrowserNav
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of BrowserNav in com.tccc.kos.core.service.app
Subclasses of BrowserNav in com.tccc.kos.core.service.appModifier and TypeClassDescriptionclass
A subclass ofBrowserIntent
that generates an intent that is targeted at a specific application.Methods in com.tccc.kos.core.service.app that return BrowserNavModifier and TypeMethodDescriptionApplication.resolveAppBrowserIntent
(BrowserIntent intent) Override to processBrowserIntent
objects directed at this application. -
Uses of BrowserNav in com.tccc.kos.core.service.browser
Subclasses of BrowserNav in com.tccc.kos.core.service.browserModifier and TypeClassDescriptionclass
ABrowserIntent
is a generic way to describe how to navigate a given browser to a particular page.class
Navigation request to point a given browser from the specified node to the indicated url.Methods in com.tccc.kos.core.service.browser that return BrowserNavModifier and TypeMethodDescriptionBrowserIntentResolver.onResolveBrowserIntent
(BrowserIntent intent) Called when an intent needs to be resolved.