Uses of Class
com.openfin.desktop.Identity
| Package | Description |
|---|---|
| com.openfin.desktop | |
| com.openfin.desktop.channel | |
| com.openfin.desktop.interop | |
| com.openfin.desktop.notifications | |
| com.openfin.desktop.platform |
-
Uses of Identity in com.openfin.desktop
Subclasses of Identity in com.openfin.desktop Modifier and Type Class Description classClientIdentityFields in com.openfin.desktop declared as Identity Modifier and Type Field Description protected IdentityWebContent. identityMethods in com.openfin.desktop that return Identity Modifier and Type Method Description IdentityWebContent. getIdentity()Methods in com.openfin.desktop with parameters of type Identity Modifier and Type Method Description static LayoutLayout. wrap(Identity identity, DesktopConnection connection)Returns a Layout object that represents a Window's layout.Constructors in com.openfin.desktop with parameters of type Identity Constructor Description WebContent(Identity identity, DesktopConnection connection) -
Uses of Identity in com.openfin.desktop.channel
Subclasses of Identity in com.openfin.desktop.channel Modifier and Type Class Description classClientIdentity -
Uses of Identity in com.openfin.desktop.interop
Methods in com.openfin.desktop.interop with parameters of type Identity Modifier and Type Method Description java.util.concurrent.CompletionStage<java.lang.Void>InteropClient. joinContextGroup(java.lang.String contextGroupId, Identity target)Joins specified InteropClient to the context group.java.util.concurrent.CompletionStage<java.lang.Void>InteropClientImpl. joinContextGroup(java.lang.String contextGroupId, Identity target)java.util.concurrent.CompletionStage<java.lang.Void>InteropClient. removeFromContextGroup(Identity target)Removes specified InteropClient from the context group it currently joined.java.util.concurrent.CompletionStage<java.lang.Void>InteropClientImpl. removeFromContextGroup(Identity target) -
Uses of Identity in com.openfin.desktop.notifications
Methods in com.openfin.desktop.notifications that return Identity Modifier and Type Method Description IdentityNotificationSourceDesktop. getIdentity() -
Uses of Identity in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform that return Identity Modifier and Type Method Description IdentityPlatformViewOptions. getTarget()Methods in com.openfin.desktop.platform with parameters of type Identity Modifier and Type Method Description java.util.concurrent.CompletionStage<PlatformView>Platform. createView(PlatformViewOptions viewOpts, Identity target)Creates a new view and attaches it to a specified target window.java.util.concurrent.CompletionStage<PlatformView>Platform. reparentView(Identity viewIdentity, Identity targetIdentity)Reparents a specified view in a new target window.static PlatformViewPlatformView. wrap(Identity identity, DesktopConnection desktopConnection)Constructors in com.openfin.desktop.platform with parameters of type Identity Constructor Description PlatformView(Identity identity, DesktopConnection connection)