Uses of Class
com.tccc.kos.core.service.browser.Browser
Packages that use Browser
-
Uses of Browser in com.tccc.kos.core.service.browser
Methods in com.tccc.kos.core.service.browser that return BrowserModifier and TypeMethodDescriptionBrowserService.getBrowser
(NodeId nodeId, String name) Returns the named browser on the specified nodeId.BrowserService.getBrowser
(BrowserId browserId) Returns theBrowser
with the specifiedBrowserId
, which is simply the combination of a nodeId and name.BrowserService.getLocalBrowser()
Returns the defaultBrowser
running on the local node.Methods in com.tccc.kos.core.service.browser that return types with arguments of type BrowserModifier and TypeMethodDescriptionBrowserService.getBrowsers()
Returns a collection of existingBrowser
objects.