Uses of Interface
com.tick42.glue.desktop.applications.ApplicationManager
-
Packages that use ApplicationManager Package Description com.tick42.glue com.tick42.glue.desktop.applications The application management API for Glue Desktop.com.tick42.glue.internal Internal implementation details. -
-
Uses of ApplicationManager in com.tick42.glue
Methods in com.tick42.glue that return ApplicationManager Modifier and Type Method Description ApplicationManagerGlue. appManager()Entry point forApplicationManagerAPI. -
Uses of ApplicationManager in com.tick42.glue.desktop.applications
Methods in com.tick42.glue.desktop.applications that return types with arguments of type ApplicationManager Modifier and Type Method Description CompletionStage<ApplicationManager>ApplicationManager. ready()A future that completes when app manager is initialized. -
Uses of ApplicationManager in com.tick42.glue.internal
Methods in com.tick42.glue.internal that return ApplicationManager Modifier and Type Method Description ApplicationManagerTick42Glue. appManager()
-