Uses of Class
com.openfin.desktop.Application
Package | Description |
---|---|
com.openfin.desktop |
-
Uses of Application in com.openfin.desktop
Methods in com.openfin.desktop that return Application Modifier and Type Method Description Application
Window. getParentApplication()
Returns the wrapped application that this window belongs tostatic Application
Application. wrap(java.lang.String uuid, DesktopConnection connection)
Attaches an Application object to an application that already existsMethods in com.openfin.desktop that return types with arguments of type Application Modifier and Type Method Description static java.util.concurrent.CompletableFuture<Application>
Application. createApplication(ApplicationOptions options, DesktopConnection connection)
static java.util.concurrent.CompletableFuture<Application>
Application. createFromManifestAsync(java.lang.String manifestUrl, DesktopConnection connection)
java.util.concurrent.CompletableFuture<Application>
Application. runAsync()
Method parameters in com.openfin.desktop with type arguments of type Application Modifier and Type Method Description static void
Application. createFromManifest(java.lang.String manifestUrl, AsyncCallback<Application> callback, AckListener listener, DesktopConnection connection)
Retrieves application's manifest and returns a wrapped application.Constructors in com.openfin.desktop with parameters of type Application Constructor Description Window(Application application)
Window constructor