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 voidgenerateWorkspace(AsyncCallback<org.json.JSONObject> callback, AckListener listener)voidremoveTab(WindowIdentity identity, AckListener listener)voidretoreWorkspace(org.json.JSONObject workspace, AckListener listener)voidtabWindows(WindowIdentity target, WindowIdentity identity, AckListener listener)Add a window, with identity, as a tab to the context the target window belongs tovoidundockWindow(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
-