|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowserApplicationConfiguration
Configuration builder to configure browser applications
.
Usage:
final BrowserApplicationConfiguration config = BrowserApplicationConfiguration.GENERATOR.invoke().icon(myIcon).title("myAppTitle");
BrowserApplication
Field Summary | |
---|---|
static Generator<BrowserApplicationConfiguration> |
GENERATOR
Generator to create a browser configuration instance. |
Method Summary | |
---|---|
BrowserApplicationConfiguration |
engineType(EngineType type)
Sets the type of the browser engine to be used for the browser application configured
with this browser configuration. |
EngineType |
getEngineType()
Returns the type of the browser engine which should be used for the created browser application . |
boolean |
showAddressBar()
Indicates whether the browser application tab which will be created based on this configuration should show an address bar or not. |
BrowserApplicationConfiguration |
showAddressBar(boolean showAddressBar)
Define whether the browser application tab which will be created based on this configuration should show an address bar or not. |
BrowserApplicationConfiguration |
useEngineTypeDependentIcon(boolean useEngineTypeDependentIcon)
Defines whether a engine type dependent icon should be used if no special icon is set. |
Methods inherited from interface de.espirit.firstspirit.client.gui.applications.ApplicationTabConfiguration |
---|
appearance, getAppearance, getIdentifier, icon, identifier, openInBackground, openInBackground, title |
Field Detail |
---|
static final Generator<BrowserApplicationConfiguration> GENERATOR
Method Detail |
---|
BrowserApplicationConfiguration useEngineTypeDependentIcon(boolean useEngineTypeDependentIcon)
engine type
dependent icon should be used if no special icon
is set.
useEngineTypeDependentIcon
- true
to use engine type
dependent icon, false
otherwise
ApplicationTabConfiguration.icon(javax.swing.Icon)
BrowserApplicationConfiguration showAddressBar(boolean showAddressBar)
browser application
tab which will be created based on this configuration should show an address bar or not.
showAddressBar
- use true
to show an address bar, false
otherwise
BrowserApplicationConfiguration.showAddressBar()
boolean showAddressBar()
browser application
tab which will be created based on this configuration should show an address bar or not.
true
if the browser application
tab should have an address bar, false
otherwiseBrowserApplicationConfiguration.showAddressBar(boolean)
BrowserApplicationConfiguration engineType(@NotNull EngineType type)
browser application
configured
with this browser configuration.
type
- the browser engine type to be used
BrowserApplicationConfiguration.getEngineType()
EngineType getEngineType()
browser application
.
EngineType.DEFAULT
if not specifiedBrowserApplicationConfiguration.engineType(EngineType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |