Package com.openfin.desktop.channel
Class LayoutClient
java.lang.Object
com.openfin.desktop.channel.LayoutClient
public class LayoutClient
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description LayoutClient(DesktopConnection desktopConnection, AckListener listener)
-
Method Summary
Modifier and Type Method Description void
generateWorkspace(AsyncCallback<org.json.JSONObject> callback, AckListener listener)
void
removeTab(WindowIdentity identity, AckListener listener)
void
retoreWorkspace(org.json.JSONObject workspace, AckListener listener)
void
tabWindows(WindowIdentity target, WindowIdentity identity, AckListener listener)
Add a window, with identity, as a tab to the context the target window belongs tovoid
undockWindow(java.lang.String applicationUuid, java.lang.String windowName, AckListener listener)
-
Constructor Details
-
Method Details
-
undockWindow
public void undockWindow(java.lang.String applicationUuid, java.lang.String windowName, AckListener listener) -
tabWindows
Add a window, with identity, as a tab to the context the target window belongs to- Parameters:
target
- target windowidentity
- window to addlistener
- AckListener for this request
-
removeTab
-
generateWorkspace
-
retoreWorkspace
-