Package velox.gui.browser
Interface BrowserFactory
public interface BrowserFactory
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateForHtml(String id, String html) createForUrl(String id, String url)
-
Field Details
-
INSTANCE
-
-
Method Details
-
createForUrl
- Parameters:
id- Id for logging.
-
createForHtml
- Parameters:
id- Id for logging.html- Content to render.
-