public class LayoutClient extends Object
Constructor and Description |
---|
LayoutClient(DesktopConnection desktopConnection,
AckListener listener) |
Modifier and Type | Method and 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 to
|
void |
undockWindow(String applicationUuid,
String windowName,
AckListener listener) |
public LayoutClient(DesktopConnection desktopConnection, AckListener listener)
public void undockWindow(String applicationUuid, String windowName, AckListener listener)
public void tabWindows(WindowIdentity target, WindowIdentity identity, AckListener listener)
target
- target windowidentity
- window to addlistener
- AckListener for this requestpublic void removeTab(WindowIdentity identity, AckListener listener)
public void generateWorkspace(AsyncCallback<org.json.JSONObject> callback, AckListener listener)
public void retoreWorkspace(org.json.JSONObject workspace, AckListener listener)
Copyright © 2022. All rights reserved.