| Package | Description |
|---|---|
| com.openfin.desktop |
| Modifier and Type | Method and Description |
|---|---|
void |
Window.getBounds(AsyncCallback<WindowBounds> callback,
AckListener listener)
Gets the current bounds (top, left, width, height) of the window
|
void |
Window.getGroup(AsyncCallback<List<Window>> groupHandler,
AckListener callback)
Passes a list of wrapped windows in the same group
An empty list is returned if the window is not in a group.
|
void |
Window.getOptions(AsyncCallback<WindowOptions> callback,
AckListener listener)
Returns the current options as stored in the desktop
|
void |
System.launchExternalProcess(String path,
String commandLine,
AsyncCallback<LaunchExternalProcessResult> callback,
AckListener listener)
Runs an executable or batch file.
|
void |
System.terminateExternalProcess(String processUuid,
int timeout,
boolean killTree,
AsyncCallback<TerminateExternalProcessResult> callback,
AckListener listener)
Attempts to cleanly close an external process and terminates it
if the close has not occured after the elapsed timeout in milliseconds.
|
Copyright © 2014. All rights reserved.