Uses of Interface
de.espirit.firstspirit.client.gui.applications.browser.BrowserApplicationConfiguration
Package
Description
Provides interfaces and types for browser based applications in java client.
This package provides types, interfaces and classes, that are to be used for controlling a
This package provides types, interfaces and classes, that are to be used for controlling a
browser based application
in java client.-
Uses of BrowserApplicationConfiguration in de.espirit.firstspirit.client.gui.applications.browser
Modifier and TypeFieldDescriptionstatic final Supplier<BrowserApplicationConfiguration>
BrowserApplicationConfiguration.CONFIG_GENERATOR
Generator to create a browser configuration instance.static final Generator<BrowserApplicationConfiguration>
BrowserApplicationConfiguration.GENERATOR
Deprecated.static final ApplicationType<BrowserApplication,
BrowserApplicationConfiguration> BrowserApplication.TYPE
Application type toopen
this browser application.
Example:Modifier and TypeMethodDescriptionBrowserApplicationConfiguration.engineType
(@NotNull EngineType type) Sets the type of the browser engine to be used for thebrowser application
configured with this browser configuration.BrowserApplicationConfiguration.showAddressBar
(boolean showAddressBar) Define whether thebrowser application
tab which will be created based on this configuration should show an address bar or not.BrowserApplicationConfiguration.useEngineTypeDependentIcon
(boolean useEngineTypeDependentIcon) Defines whether aengine type
dependent icon should be used if no specialicon
is set.
CONFIG_GENERATOR
instead