Uses of Class
de.espirit.firstspirit.client.gui.applications.ApplicationType
Packages that use ApplicationType
Package
Description
Provides interfaces and types to control the java client application area.
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 ApplicationType in de.espirit.firstspirit.client.gui.applications
Fields in de.espirit.firstspirit.client.gui.applications declared as ApplicationTypeModifier and TypeFieldDescriptionstatic final ApplicationType<MultiApplication,
MultiApplicationConfiguration> MultiApplication.TYPE
The application technical type to be used for open a multi application viaApplicationService.openApplication(ApplicationType, ApplicationTabConfiguration)
.static final ApplicationType<SwingApplication,
SwingApplicationConfiguration> SwingApplication.TYPE
The application technical type to be used for open a swing application viaApplicationService.openApplication(ApplicationType, ApplicationTabConfiguration)
.Methods in de.espirit.firstspirit.client.gui.applications with parameters of type ApplicationTypeModifier and TypeMethodDescription<T,
C extends ApplicationTabConfiguration<?>>
@Nullable ApplicationTab<T>ApplicationService.getApplication
(ApplicationType<T, C> type, Object tabIdentifier) Returns an application specified by the given type andtabIdentifier
ornull
if it doesn't exists.<T,
C extends ApplicationTabConfiguration<?>>
ApplicationTab<T>ApplicationService.openApplication
(ApplicationType<T, C> type, C configuration) Opens a client application of specifiedtype
with the givenconfiguration
in a new tab and returns the tab control interface. -
Uses of ApplicationType in de.espirit.firstspirit.client.gui.applications.browser
Fields in de.espirit.firstspirit.client.gui.applications.browser declared as ApplicationTypeModifier and TypeFieldDescriptionstatic final ApplicationType<BrowserApplication,
BrowserApplicationConfiguration> BrowserApplication.TYPE
Application type toopen
this browser application.