Uses of Interface
de.espirit.firstspirit.client.gui.applications.ApplicationTab
Package
Description
Provides interfaces and types to control the java client application area.
-
Uses of ApplicationTab in de.espirit.firstspirit.client.gui.applications
Modifier 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.