Uses of Interface
de.espirit.firstspirit.client.gui.applications.ApplicationTab
Packages that use ApplicationTab
Package
Description
Provides interfaces and types to control the java client application area.
-
Uses of ApplicationTab in de.espirit.firstspirit.client.gui.applications
Methods in de.espirit.firstspirit.client.gui.applications that return ApplicationTabModifier 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 andtabIdentifierornullif it doesn't exists.<T,C extends ApplicationTabConfiguration<?>>
ApplicationTab<T>ApplicationService.openApplication(ApplicationType<T, C> type, C configuration) Opens a client application of specifiedtypewith the givenconfigurationin a new tab and returns the tab control interface.