Skip navigation links
A B C D E F G H I J L M N O P R S T U W X Y 

A

AbstractAnimation - Class in com.openfin.desktop.animation
Super class of all animation classes.
AbstractAnimation() - Constructor for class com.openfin.desktop.animation.AbstractAnimation
 
Ack - Class in com.openfin.desktop
A message that is delivered to an AckListener when an action has been processed by AppDesktop
Ack(JSONObject, Object) - Constructor for class com.openfin.desktop.Ack
Ack constructor
AckListener - Interface in com.openfin.desktop
Interface which listens for acknowledgement of messages sent to AppDesktop.
ActionEvent - Class in com.openfin.desktop
An Event object is passed to EventListener when the registered event occurs.
ActionEvent(String, JSONObject, Object) - Constructor for class com.openfin.desktop.ActionEvent
Constructor
addAppAsset(String) - Method in class com.openfin.desktop.DesktopConnection
Add a config for app asset
addAppAsset(JSONObject) - Method in class com.openfin.desktop.RuntimeConfiguration
Add configuration of an app asset
addConfigurationItem(String, Object) - Method in class com.openfin.desktop.RuntimeConfiguration
Add a configuration setting for launching Runtime.
addEventCallback(JSONObject, EventListener, AckListener, Object) - Method in class com.openfin.desktop.DesktopConnection
Registers an event listener on the specified event
addEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.Application
Registers an event listener on the specified event.
addEventListener(Window, String, EventListener) - Static method in class com.openfin.desktop.DesktopUtils
Add event listener to a window.
addEventListener(JSONObject, EventListener, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Registers an event listener on the specified event
addEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Registers an event listener on the specified event
addEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.Window
Registers an event listener on the specified event
addExternalMessageHandler(ExternalMessageListener, Object) - Method in class com.openfin.desktop.DesktopConnection
Registers a listener to handle messages for this connection's UUID originating via HTTPS/HTTP
addSubscribeListener(SubscriptionListener) - Method in class com.openfin.desktop.InterApplicationBus
Registers a listener which is called whenever a subscription occurs.
animate(AnimationTransitions, AnimationOptions, AckListener) - Method in class com.openfin.desktop.Window
Performs the specified window transitions
AnimationOptions - Class in com.openfin.desktop.animation
A class representing the options for a Window animation.
AnimationOptions(Boolean) - Constructor for class com.openfin.desktop.animation.AnimationOptions
Constructs an instance with the passed value for property Interrupt
AnimationTransitions - Class in com.openfin.desktop.animation
A class representing a collection of transitions for a Window animation.
AnimationTransitions() - Constructor for class com.openfin.desktop.animation.AnimationTransitions
 
Application - Class in com.openfin.desktop
An object representing the Application.
Application(ApplicationOptions, DesktopConnection, AckListener) - Constructor for class com.openfin.desktop.Application
Application Constructor
ApplicationOptions - Class in com.openfin.desktop
Helper object that provides getters/setters for the various options needed for creating an Application.
ApplicationOptions(JSONObject) - Constructor for class com.openfin.desktop.ApplicationOptions
Constructs an instance with the passed options.
ApplicationOptions(String, String, String) - Constructor for class com.openfin.desktop.ApplicationOptions
Constructor
AsyncCallback<T> - Interface in com.openfin.desktop
The interface a caller must implement to receive a response from a call to AppDesktop.

B

blur() - Method in class com.openfin.desktop.Window
Removes focus to the window
blur(AckListener) - Method in class com.openfin.desktop.Window
Removes focus to the window
bottom - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 
bringToFront(AckListener) - Method in class com.openfin.desktop.Window
Brings the window to the front of the window stack
bringToFront() - Method in class com.openfin.desktop.Window
Brings the window to the front of the window stack
BusListener - Interface in com.openfin.desktop
Listener for subscribed messages.
ByReference() - Constructor for class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT.ByReference
 

C

callback(WinDef.HWND, int, WinDef.WPARAM, WinDef.LPARAM) - Method in class com.openfin.desktop.win32.DesktopPortHandler
 
callback(WinDef.HWND, int, WinDef.WPARAM, Pointer) - Method in interface com.openfin.desktop.win32.WindowProcCallback
 
CallWindowProc(Pointer, WinDef.HWND, int, WinDef.WPARAM, Pointer) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
 
cbData - Variable in class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT
The size, in bytes, of the data pointed to by the lpData member.
clearCache(boolean, boolean, boolean, boolean, boolean) - Method in class com.openfin.desktop.OpenFinRuntime
Clears cached data containing window state/positions, application resource files (images, HTML, JavaScript files) cookies, and items stored in the Local Storage.
clearCache(boolean, boolean, boolean, boolean, boolean, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Clears cached data containing window state/positions, application resource files (images, HTML, JavaScript files) cookies, and items stored in the Local Storage.
close() - Method in class com.openfin.desktop.Application
Closes the application and any child windows created by the application
close(AckListener) - Method in class com.openfin.desktop.Application
Deprecated.
use close() instead.
close(Boolean, AckListener) - Method in class com.openfin.desktop.Application
Closes the application with a listener that gets called if the method succeeds
close() - Method in class com.openfin.desktop.net.WebSocketConnection
 
close(String) - Method in class com.openfin.desktop.net.WebSocketConnection
 
close(AckListener) - Method in class com.openfin.desktop.Notification
Closes the notification
close() - Method in class com.openfin.desktop.Window
Closes the window
close(AckListener) - Method in class com.openfin.desktop.Window
Closes the window
com.openfin.desktop - package com.openfin.desktop
 
com.openfin.desktop.animation - package com.openfin.desktop.animation
 
com.openfin.desktop.net - package com.openfin.desktop.net
 
com.openfin.desktop.win32 - package com.openfin.desktop.win32
 
configPayload - Variable in class com.openfin.desktop.OpenFinRuntime
 
connect(RuntimeConfiguration, DesktopStateListener, int) - Method in class com.openfin.desktop.DesktopConnection
Connect to Runtime with the specified configuration.
connect(DesktopStateListener) - Method in class com.openfin.desktop.DesktopConnection
connect() - Method in class com.openfin.desktop.net.WebSocketConnection
 
connection - Variable in class com.openfin.desktop.OpenFinRuntime
 
connectToVersion(String, DesktopStateListener, int) - Method in class com.openfin.desktop.DesktopConnection
Connect to specified version of Desktop.
COPYDATASTRUCT() - Constructor for class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT
Instantiates a new COPYDATASTRUCT.
COPYDATASTRUCT(long) - Constructor for class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT
Instantiates a new COPYDATASTRUCT with existing data given the address of that data.
COPYDATASTRUCT(Pointer) - Constructor for class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT
Instantiates a new COPYDATASTRUCT with existing data given a pointer to that data.
createChildWindow(WindowOptions, AckListener) - Method in class com.openfin.desktop.Application
Create a child window of this application
customUser32 - Static variable in class com.openfin.desktop.win32.WinMessageHelper
 
cx - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 
cy - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 

D

DefWindowProc(WinDef.HWND, int, WinDef.WPARAM, Pointer) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
 
deleteCacheOnRestart() - Method in class com.openfin.desktop.OpenFinRuntime
Clears all cached data when Runtime is restarted
deleteCacheOnRestart(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Clears all cached data when App Desktop is restarted
DesktopConnection - Class in com.openfin.desktop
A object for launching, connecting to, and controlling Runtime.
DesktopConnection(String) - Constructor for class com.openfin.desktop.DesktopConnection
Creates a new connection to Runtime
DesktopConnection(String, String, Integer) - Constructor for class com.openfin.desktop.DesktopConnection
DesktopException - Exception in com.openfin.desktop
Exception thrown by the API.
DesktopException(String) - Constructor for exception com.openfin.desktop.DesktopException
Constructor
DesktopException(Exception) - Constructor for exception com.openfin.desktop.DesktopException
Constructor
DesktopIOException - Exception in com.openfin.desktop
Network or File IO Exception from Adapter
DesktopIOException(String) - Constructor for exception com.openfin.desktop.DesktopIOException
 
DesktopIOException(Exception) - Constructor for exception com.openfin.desktop.DesktopIOException
 
DesktopPortHandler - Class in com.openfin.desktop.win32
Create native Windows and listens to WM_COPYDATA from Runtime for Runtime port discovery.
DesktopPortHandler.COPYDATASTRUCT - Class in com.openfin.desktop.win32
 
DesktopPortHandler.COPYDATASTRUCT.ByReference - Class in com.openfin.desktop.win32
The by-reference version of this structure.
DesktopPortHandler.TimeoutThread - Class in com.openfin.desktop.win32
 
DesktopPortHandler.WinMessageThread - Class in com.openfin.desktop.win32
 
DesktopStateListener - Interface in com.openfin.desktop
listener interface for receiving status updates from AppDesktop.
DesktopUtils - Class in com.openfin.desktop
Helper methods
DesktopUtils() - Constructor for class com.openfin.desktop.DesktopUtils
 
disableFrame(AckListener) - Method in class com.openfin.desktop.Window
Prevents a user from changing a window's size/position when using the window's frame
disconnect() - Method in class com.openfin.desktop.DesktopConnection
Disconnects from Runtime
disconnect(String) - Method in class com.openfin.desktop.DesktopConnection
 
dispose() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
Ensures this window is deregistered on disposal
dwData - Variable in class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT
The data to be passed to the receiving application.

E

embedComponentSizeChange(int, int) - Method in class com.openfin.desktop.Window
Update width and height of parent window for embedded window
embededViewSizeChange(long, long, int, int) - Static method in class com.openfin.desktop.win32.WinMessageHelper
 
embedInto(long, long, int, int, AckListener) - Static method in class com.openfin.desktop.win32.WinMessageHelper
Embeds a window in a target hWin
embedInto(long, int, int, AckListener) - Method in class com.openfin.desktop.Window
Embeds a window in a target window
enableFrame(AckListener) - Method in class com.openfin.desktop.Window
Allows a user from changing a window's size/position when using the window's frame
errorAck(AckListener, Ack) - Static method in class com.openfin.desktop.DesktopUtils
 
errorAckOnException(AckListener, Object, Exception) - Static method in class com.openfin.desktop.DesktopUtils
Call onError of an AckListen for an exception
EventListener - Interface in com.openfin.desktop
Interface which listens for messages from AppDesktop.
eventListenerPayload - Variable in class com.openfin.desktop.OpenFinRuntime
 
eventReceived(ActionEvent) - Method in interface com.openfin.desktop.EventListener
Invoked when registered event occurs
exit() - Method in class com.openfin.desktop.DesktopConnection
Notify Runtime to exit
exit() - Method in class com.openfin.desktop.OpenFinRuntime
Exit Runtime
exit(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Deprecated.
use exit() instead.
ExternalMessageListener - Interface in com.openfin.desktop
Interface for processing external messages targeted at an application originating from HTTP/HTTPS.
ExternalMessageResultHandler - Interface in com.openfin.desktop
Interface to communicate results from calls to an ExternalMessageHandler back to the AppDesktop.
ExternalWindowObserver - Class in com.openfin.desktop.win32
Integrates a window outside of the desktop for interaction and control with the API.
ExternalWindowObserver(int, String, String, Window, AckListener) - Constructor for class com.openfin.desktop.win32.ExternalWindowObserver
Establishes a connection and registers the window identified by hWnd with the Runtime.
ExternalWindowObserver.WINDOWPOS - Class in com.openfin.desktop.win32
Structure of WindowPos
ExternalWindowObserver.WINDOWRECT - Class in com.openfin.desktop.win32
 

F

fireEvent(WinDef.HWND, ActionEvent) - Method in class com.openfin.desktop.win32.DesktopPortHandler
 
flags - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 
flash(AckListener) - Method in class com.openfin.desktop.Window
Draws attention to the window by flashing the taskbar and window caption.
focus() - Method in class com.openfin.desktop.Window
Gives focus to the window
focus(AckListener) - Method in class com.openfin.desktop.Window
Gives focus to the window

G

generateRuntimeConfig() - Method in class com.openfin.desktop.RuntimeConfiguration
Generates JSON string that can be passed as --config to RVM and Insaller
getAdapterBuildTime() - Static method in class com.openfin.desktop.OpenFinRuntime
Get build time of java adapter
getAdapterBuildTime() - Static method in class com.openfin.desktop.System
Deprecated.
Get build time of java adapter
getAdapterVersion() - Static method in class com.openfin.desktop.OpenFinRuntime
Get version info of java adapter
getAdapterVersion() - Static method in class com.openfin.desktop.System
Deprecated.
Get version info of java adapter
getAdditionalRvmArguments() - Method in class com.openfin.desktop.RuntimeConfiguration
Get additional arguments for RVM and Installer
getAllApplications(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves an array of data (uuid, running/active state) for all application windows
getAllWindows(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
The object passed to callback takes the form:
getApplicationIcon() - Method in class com.openfin.desktop.ApplicationOptions
Gets URL of application icon
getAppUuid() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
Get UUID of parent application
getAutoShow() - Method in class com.openfin.desktop.WindowOptions
The AutoShow property represents a flag to automatically show the Window when it is created.
getBooleanValue(JSONObject, String, Boolean) - Static method in class com.openfin.desktop.JsonUtils
Retrieve an Boolean value from a JSONObject
getBooleanValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getBooleanValue(String, boolean) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getBounds(AsyncCallback<WindowBounds>, AckListener) - Method in class com.openfin.desktop.Window
Gets the current bounds (top, left, width, height) of the window
getCommandLineArguments(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves the command line argument string that started App Desktop
getConfig(String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves the Runtime's configuration
getConnection() - Method in class com.openfin.desktop.Application
Returns the applications connection object
getContextMenu() - Method in class com.openfin.desktop.WindowOptions
The ContextMenu property represents a flag to show the context menu when right-clicking on a window.
getCornerRoundingHeight() - Method in class com.openfin.desktop.WindowOptions
The CornerRoundingHeight property represents the rounded corners to apply.
getCornerRoundingWidth() - Method in class com.openfin.desktop.WindowOptions
The CornerRoundingHeight property represents the rounded corners to apply.
GetCursorPos(WinDef.POINT) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
 
getData() - Method in class com.openfin.desktop.Ack
Returns the value of "data" from message as JObject
getDefaultCentered() - Method in class com.openfin.desktop.WindowOptions
The DefaultCentered property specifies that the window will be positioned in the center of the primary monitor when loaded for the first time on a machine.
getDefaultHeight() - Method in class com.openfin.desktop.WindowOptions
The DefaultWidth property represents the window's default height in pixels.
getDefaultLeft() - Method in class com.openfin.desktop.WindowOptions
The DefaultLeft property represents the window's default left position.
getDefaultTop() - Method in class com.openfin.desktop.WindowOptions
The DefaultTop property represents the window's default top position.
getDefaultWidth() - Method in class com.openfin.desktop.WindowOptions
The DefaultWidth property represents the window's default width in pixels.
getDeviceId(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Gets Device ID
getDoubleValue(JSONObject, String, Double) - Static method in class com.openfin.desktop.JsonUtils
Retrieve an Double value from a JSONObject
getDoubleValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getDuration() - Method in class com.openfin.desktop.animation.OpacityTransition
Gets value of duration
getDuration() - Method in class com.openfin.desktop.animation.PositionTransition
Gets value of duration
getDuration() - Method in class com.openfin.desktop.animation.SizeTransition
Gets value of duration
getEnvironmentVariable(String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieve name of a environment variable
getEnvironmentVariables(String[], AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieve name of environment variables
getEventHandler() - Method in class com.openfin.desktop.net.WebSocketConnection
 
getEventListener() - Method in class com.openfin.desktop.win32.DesktopPortHandler.WinMessageThread
 
getEventObject() - Method in class com.openfin.desktop.ActionEvent
Gets event data object
getFieldOrder() - Method in class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT
Returns the serialized order of this structure's fields.
getFieldOrder() - Method in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 
getFieldOrder() - Method in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 
getFrame() - Method in class com.openfin.desktop.WindowOptions
The Frame property represents a flag to show the frame.
getGroup(AsyncCallback<List<Window>>, AckListener) - Method in class com.openfin.desktop.Window
Passes a list of wrapped windows in the same group An empty list is returned if the window is not in a group.
getGroups(AsyncCallback<List<List<Window>>>, AckListener) - Method in class com.openfin.desktop.Application
Retrieves an array of active window groups for all of the application's windows.
getHeight() - Method in class com.openfin.desktop.animation.SizeTransition
Gets value of height
getHeight() - Method in class com.openfin.desktop.WindowBounds
 
getHideOnClose() - Method in class com.openfin.desktop.WindowOptions
The HideOnClose property represents a flag to allow a window to be hidden when the close button is clicked.
gethWnd() - Method in class com.openfin.desktop.win32.DesktopPortHandler.WinMessageThread
 
getIntegerValue(JSONObject, String, Integer) - Static method in class com.openfin.desktop.JsonUtils
Retrieve an Integer value from a JSONObject
getIntegerValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getInterApplicationBus() - Method in class com.openfin.desktop.DesktopConnection
Gets the Inter-Application message dispatcher associated with this DesktopConnection
getInterrupt() - Method in class com.openfin.desktop.animation.AnimationOptions
Gets value of interrupt The Interrupt property represents a flag which determines if a call to Window.animate will interrupt all pending transitions, or add itself to the queue.
getJson() - Method in class com.openfin.desktop.ApplicationOptions
Gets JSON representation of options
getJson() - Method in class com.openfin.desktop.WindowOptions
Helper method to copy a JSONObject
getJsonArray(JSONObject, String, JSONArray) - Static method in class com.openfin.desktop.JsonUtils
Retrieve an JSONArray value from a JSONObject
getJsonObject() - Method in class com.openfin.desktop.Ack
Returns the message as a JObject
getJsonValue(JSONObject, String, JSONObject) - Static method in class com.openfin.desktop.JsonUtils
Retrieve an JSONObject value from a JSONObject
getJsonValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getLastError() - Method in class com.openfin.desktop.win32.DesktopPortHandler
 
getLeft() - Method in class com.openfin.desktop.animation.PositionTransition
Gets value of left
getLeft() - Method in class com.openfin.desktop.WindowBounds
 
getLicenseKey() - Method in class com.openfin.desktop.RuntimeConfiguration
Get license key for Runtime
getLog(String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves the contents of the log with the specified filename
getLogList(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves an array of data objects for all available logs Each object in the returned array takes the form: { name: (string) the filename of the log, size: (integer) the size of the log in bytes, date: (integer) the unix time at which the log was created }
getMainWindowOptions() - Method in class com.openfin.desktop.ApplicationOptions
Get options of main window
getManifest(AckListener) - Method in class com.openfin.desktop.Application
Retrieves the JSON manifest that was used to create the application.
getMaxHeight() - Method in class com.openfin.desktop.WindowOptions
The MaxHeight property represents the maximum height of a window.
getMaximizable() - Method in class com.openfin.desktop.WindowOptions
The Maximizable property represents a flag that lets the window be maximized.
getMaxWidth() - Method in class com.openfin.desktop.WindowOptions
The MaxWidth property represents the maximum width of a window.
getMemberOf() - Method in class com.openfin.desktop.WindowGroupChangeEvent
Which group array the window that the event listener was registered on is included in.
getMessage() - Method in class com.openfin.desktop.NotificationOptions
Gets Message property of the notification
getMessageText() - Method in class com.openfin.desktop.NotificationOptions
Gets Message property of the notification as String
getMinHeight() - Method in class com.openfin.desktop.WindowOptions
The MinHeight property represents the minimum height of a window.
getMinimizable() - Method in class com.openfin.desktop.WindowOptions
 
getMinWidth() - Method in class com.openfin.desktop.WindowOptions
The MinWidth property represents the minimum width of a window.
getMonitorInfo(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves an object that contains data about the about the
getMousePosition(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Returns the mouse in virtual screen coordinates (left, top)
getName() - Method in class com.openfin.desktop.ApplicationOptions
Gets name of the application
getName() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
Get name of this window
getName() - Method in class com.openfin.desktop.Window
Gets name
getName() - Method in class com.openfin.desktop.WindowGroupChangeEvent
Name of the window
getName() - Method in class com.openfin.desktop.WindowOptions
Get name of the window
getNativeId(AckListener) - Method in class com.openfin.desktop.Window
Gets HWND of the current window
getOpacity() - Method in class com.openfin.desktop.animation.AnimationTransitions
Sets Opacity transition
getOpacity() - Method in class com.openfin.desktop.animation.OpacityTransition
Gets value of Opacity
getOpacity() - Method in class com.openfin.desktop.WindowOptions
The Opacity property represents a flag that specifies how transparent the window will be.
getOptions() - Method in class com.openfin.desktop.animation.AnimationOptions
Gets options in JSON format
getOptions() - Method in class com.openfin.desktop.Application
Get the ApplicationOptions object for the application
getOptions(AsyncCallback<WindowOptions>, AckListener) - Method in class com.openfin.desktop.Window
Returns the current options as stored in the desktop
getParentApplication() - Method in class com.openfin.desktop.Window
Returns the wrapped application that this window belongs to
getParentWindow() - Method in class com.openfin.desktop.Window
Get parent window
getPort() - Method in class com.openfin.desktop.DesktopConnection
Gets port number that Runtime is running on
getPosition() - Method in class com.openfin.desktop.animation.AnimationTransitions
Gets position transition
getProcessList(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves an array of all App Desktop processes that are currently running Each element in the array is an object containing the uuid and the name of the application to which the process belongs.
getProcessUuid() - Method in class com.openfin.desktop.LaunchExternalProcessResult
Gets process UUID
getProcessUuid() - Method in class com.openfin.desktop.TerminateExternalProcessResult
 
getProxySettings(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Retrieves the proxy settings object
getRdmURL() - Method in class com.openfin.desktop.RuntimeConfiguration
Get URL of RDM service
getReason() - Method in class com.openfin.desktop.Ack
Return reason if Ack has error
getReason() - Method in class com.openfin.desktop.WindowGroupChangeEvent
The reason this event was triggered.
getResizable() - Method in class com.openfin.desktop.WindowOptions
The Resizable property represents a flag which allows the user to resize the window.
getResizeRegionBottomRightCorner() - Method in class com.openfin.desktop.WindowOptions
The ResizeRegionBottomRightCorner property defines an additional square region located at the bottom right corner of a frameless window.
getResizeRegionSize() - Method in class com.openfin.desktop.WindowOptions
The ResizeRegionSize property defines a region in pixels that will respond to user mouse interaction for resizing a frameless window
getResult() - Method in class com.openfin.desktop.TerminateExternalProcessResult
 
getRuntimeAssetURL() - Method in class com.openfin.desktop.RuntimeConfiguration
Get URL of Runtime assets
getRuntimeVersion() - Method in class com.openfin.desktop.RuntimeConfiguration
Get version number of Runtime
getSaveWindowState() - Method in class com.openfin.desktop.WindowOptions
The SaveWindowState property defines whether or not a window should maintain a persistent cache of its position/size.
getShowTaskbarIcon() - Method in class com.openfin.desktop.WindowOptions
The ShowTaskbarIcon property represents a flag to show the Window's icon in the taskbar.
getSize() - Method in class com.openfin.desktop.animation.AnimationTransitions
Gets size transition
getSnapshot(AckListener) - Method in class com.openfin.desktop.Window
Gets a base64 encoded PN snapshot of the window
getSourceGroup() - Method in class com.openfin.desktop.WindowGroupChangeEvent
All the windows in the group the sourceWindow originated from
getSourceWindowAppUuid() - Method in class com.openfin.desktop.WindowGroupChangeEvent
The UUID of the application the sourceWindow belongs to.
getSourceWindowName() - Method in class com.openfin.desktop.WindowGroupChangeEvent
The name of the sourcewindow.
getState(AckListener) - Method in class com.openfin.desktop.Window
Gets the current state ("minimized", "maximized", or "restored") of the window
getState() - Method in class com.openfin.desktop.WindowOptions
The State property represents a string that sets the window to be "minimized", "maximized", or "normal" on creation.
getStringValue(String) - Method in class com.openfin.desktop.ApplicationOptions
Helper method for retrieving string value of a property
getStringValue(JSONObject, String, String) - Static method in class com.openfin.desktop.JsonUtils
Retrieve a string value from a JSONObject
getStringValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getTargetGroup() - Method in class com.openfin.desktop.WindowGroupChangeEvent
All the windows in the group the targetWindow orginated from
getTargetWindowAppUuid() - Method in class com.openfin.desktop.WindowGroupChangeEvent
The UUID of the application the targetWindow belongs to.
getTargetWindowName() - Method in class com.openfin.desktop.WindowGroupChangeEvent
The name of the targetWindow.
getTaskbarIcon() - Method in class com.openfin.desktop.WindowOptions
The TaskbarIcon property represents the URL of an icon to be shown on the desktop.
getText() - Method in class com.openfin.desktop.net.WebSocketMessage
 
getTimeout() - Method in class com.openfin.desktop.NotificationOptions
Gets timeout property of the notification
getTop() - Method in class com.openfin.desktop.animation.PositionTransition
Gets value of top
getTop() - Method in class com.openfin.desktop.WindowBounds
 
getType() - Method in class com.openfin.desktop.ActionEvent
Gets event type
getURL() - Method in class com.openfin.desktop.ApplicationOptions
Gets URL of the application
getURL() - Method in class com.openfin.desktop.NotificationOptions
Gets URL property of the notification
getUrl() - Method in class com.openfin.desktop.WindowOptions
Get URL of the window
getUuid() - Method in class com.openfin.desktop.Application
Get UUID of this Application
getUUID() - Method in class com.openfin.desktop.ApplicationOptions
Gets UUID of the application
getUuid() - Method in class com.openfin.desktop.Window
Gets UUID
getUuid() - Method in class com.openfin.desktop.WindowGroupChangeEvent
The UUID of the application the window belongs to
getVersion() - Method in class com.openfin.desktop.ApplicationOptions
Gets version of the application
getVersion(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Gets AppDesktop version number
getWidth() - Method in class com.openfin.desktop.animation.SizeTransition
Gets value of width
getWidth() - Method in class com.openfin.desktop.WindowBounds
 
getWindow() - Method in class com.openfin.desktop.Application
Returns an instance to the main Window of the application.
GWL_HWNDPARENT - Static variable in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
 

H

hide() - Method in class com.openfin.desktop.Window
Hides the window if it is shown
hide(AckListener) - Method in class com.openfin.desktop.Window
Hides the window if it is shown
hookWndProc(WinDef.HWND, WindowProcCallback) - Static method in class com.openfin.desktop.win32.WinMessageHelper
Makes a connection between messages on a specified window handle and the callback to be called when messages are received.
hwnd - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 
hwndInsertAfter - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 

I

InterApplicationBus - Class in com.openfin.desktop
A messaging bus that allows for pub / sub messaging between different applications.
InterApplicationBus(DesktopConnection) - Constructor for class com.openfin.desktop.InterApplicationBus
Constructor
interrupt() - Method in class com.openfin.desktop.win32.DesktopPortHandler.TimeoutThread
 
isConnected() - Method in class com.openfin.desktop.DesktopConnection
InterApplicationBus
isConnected() - Method in class com.openfin.desktop.net.WebSocketConnection
 
isLaunchWithRVM() - Method in class com.openfin.desktop.RuntimeConfiguration
return value of launchWithRVM
isShowing(AckListener) - Method in class com.openfin.desktop.Window
Determines if the window is currently showing
isSuccessful() - Method in class com.openfin.desktop.Ack
Returns Returns true if message contains "success":"true"

J

joinGroup(Window) - Method in class com.openfin.desktop.Window
Joins the same window group as the specified window When windows are joined, if the user moves one of the windows, all other windows in the same group move too.
joinGroup(Window, AckListener) - Method in class com.openfin.desktop.Window
Joins the same window group as the specified window
jsonObject - Variable in class com.openfin.desktop.animation.AbstractAnimation
 
JsonUtils - Class in com.openfin.desktop
Helper methods for retrieving data from JSONObject
JsonUtils() - Constructor for class com.openfin.desktop.JsonUtils
 

L

launchAndConnect(String, DesktopStateListener, int) - Method in class com.openfin.desktop.DesktopConnection
launchAndConnect(String, String, DesktopStateListener, int) - Method in class com.openfin.desktop.DesktopConnection
launchConfig(String) - Static method in class com.openfin.desktop.RuntimeLauncher
Launch Desktop from the specified remote config
launchExternalProcess(String, String, AsyncCallback<LaunchExternalProcessResult>, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Runs an executable or batch file.
LaunchExternalProcessResult - Class in com.openfin.desktop
Encapsulates the result from a call to DesktopSystem.launchExternalProcess().
LaunchExternalProcessResult(String) - Constructor for class com.openfin.desktop.LaunchExternalProcessResult
Constructor
launchVersion(RuntimeConfiguration) - Static method in class com.openfin.desktop.RuntimeLauncher
Launch the specified version of Desktop
leaveGroup() - Method in class com.openfin.desktop.Window
Leaves the current window group so that the window can be move independently of those in the group.
leaveGroup(AckListener) - Method in class com.openfin.desktop.Window
Leaves the current window group so that the window can be move independently of those in the group.
left - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 
log(String, String) - Method in class com.openfin.desktop.OpenFinRuntime
Writes a message to the log
log(String, String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Writes a message to the log
lpData - Variable in class com.openfin.desktop.win32.DesktopPortHandler.COPYDATASTRUCT
The data to be passed to the receiving application.

M

main(String[]) - Static method in class com.openfin.desktop.WebStartInstaller
 
main(String[]) - Static method in class com.openfin.desktop.win32.WinMessageHelper
 
main2(String[]) - Static method in class com.openfin.desktop.RuntimeLauncher
 
maximize() - Method in class com.openfin.desktop.Window
Maximizes the window
maximize(AckListener) - Method in class com.openfin.desktop.Window
Maximizes the window
mergeGroups(Window) - Method in class com.openfin.desktop.Window
Merges the instance's window group with the same window group as the specified window.
mergeGroups(Window, AckListener) - Method in class com.openfin.desktop.Window
Merges the instance's window group with the same window group as the specified window.
minimize() - Method in class com.openfin.desktop.Window
Minimizes the window
minimize(AckListener) - Method in class com.openfin.desktop.Window
Minimizes the window
moveBy(int, int) - Method in class com.openfin.desktop.Window
Moves the window by a specified amount
moveBy(int, int, AckListener) - Method in class com.openfin.desktop.Window
Moves the window by a specified amount
moveTo(int, int) - Method in class com.openfin.desktop.Window
Moves the window to a specified location
moveTo(int, int, AckListener) - Method in class com.openfin.desktop.Window
Moves the window to a specified location

N

Notification - Class in com.openfin.desktop
A Notification represents a window on App Desktop which is shown briefly to the user on the bottom-right corner of the primary monitor.
Notification(NotificationOptions, NotificationListener, DesktopConnection, AckListener) - Constructor for class com.openfin.desktop.Notification
Notification constructor
NotificationListener - Interface in com.openfin.desktop
Defines a listener for notification events.
NotificationOptions - Class in com.openfin.desktop
Helper object that provides getters/setters for the various options needed for creating a Notification.
NotificationOptions(String) - Constructor for class com.openfin.desktop.NotificationOptions
 

O

onClick(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification is clicked.
onClose() - Method in interface com.openfin.desktop.DesktopStateListener
Callback when connection is successfully closed accept commands.
onClose(int, String) - Method in class com.openfin.desktop.net.WebSocketConnection
 
onClose() - Method in interface com.openfin.desktop.net.WebSocketEventHandler
 
onClose(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification is closed.
onClose() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
DesktopStateListener.onClose
onConnect(Session) - Method in class com.openfin.desktop.net.WebSocketConnection
 
onDismiss(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification is dismissed.
onError(Ack) - Method in interface com.openfin.desktop.AckListener
Invoked when the request to AppDesktop has errors
onError(String) - Method in interface com.openfin.desktop.DesktopStateListener
Callback when client cannot start or connect to the Desktop.
onError(Throwable) - Method in class com.openfin.desktop.net.WebSocketConnection
 
onError(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification has errors.
onError(String) - Method in class com.openfin.desktop.win32.ExternalWindowObserver
DesktopStateListener.onError
onMessage(String) - Method in interface com.openfin.desktop.DesktopStateListener
Callback when a message is sent to this client
onMessage(String) - Method in class com.openfin.desktop.net.WebSocketConnection
 
onMessage(WebSocketMessage) - Method in interface com.openfin.desktop.net.WebSocketEventHandler
 
onMessage(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification sends a message.
onMessage(String) - Method in class com.openfin.desktop.win32.ExternalWindowObserver
DesktopStateListener.onMessage
onMessageReceived(String, String, Object) - Method in interface com.openfin.desktop.BusListener
Invoked when a subscrbied message is received
onOpen() - Method in interface com.openfin.desktop.net.WebSocketEventHandler
 
onOutgoingMessage(String) - Method in interface com.openfin.desktop.DesktopStateListener
Callback when a message is sent from this client
onOutgoingMessage(String) - Method in class com.openfin.desktop.win32.ExternalWindowObserver
DesktopStateListener.onOutgoingMessage
onReady() - Method in interface com.openfin.desktop.DesktopStateListener
Callback when Desktop is successfully connected and ready to accept commands.
onReady() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
DesktopStateListener.onReady
onShow(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification is being shown
onSuccess(Ack) - Method in interface com.openfin.desktop.AckListener
Invoked when the request to AppDesktop is successful
onSuccess(T) - Method in interface com.openfin.desktop.AsyncCallback
Called when asynchronous call completes successfully
OpacityTransition - Class in com.openfin.desktop.animation
A class representing a transition of a Window's opacity.
OpacityTransition() - Constructor for class com.openfin.desktop.animation.OpacityTransition
Constructor
OpacityTransition(Double, Integer) - Constructor for class com.openfin.desktop.animation.OpacityTransition
Consturctor
OpenFinRuntime - Class in com.openfin.desktop
An object representing the core of the OpenFin Runtime.
OpenFinRuntime(DesktopConnection) - Constructor for class com.openfin.desktop.OpenFinRuntime
Constructor
openUrlWithBrowser(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Opens the passed URL
openUrlWithBrowser() - Method in class com.openfin.desktop.OpenFinRuntime
Opens the passed URL

P

PositionTransition - Class in com.openfin.desktop.animation
class representing a transition of a Window's position.
PositionTransition() - Constructor for class com.openfin.desktop.animation.PositionTransition
Empty constructor
PositionTransition(Integer, Integer, Integer) - Constructor for class com.openfin.desktop.animation.PositionTransition
 
process(ExternalMessageResultHandler, JSONObject) - Method in interface com.openfin.desktop.ExternalMessageListener
Passes a message to the handler
publish(String, Object) - Method in class com.openfin.desktop.InterApplicationBus
Publishes a message to a topic
publish(String, Object, AckListener) - Method in class com.openfin.desktop.InterApplicationBus
Publishes a message to a topic
put(String, Object) - Method in class com.openfin.desktop.ApplicationOptions
Set value for a property

R

registerEventListener(EventListener, int) - Static method in class com.openfin.desktop.win32.DesktopPortHandler
 
registerNotificationListener(NotificationListener, Object) - Method in class com.openfin.desktop.DesktopConnection
Registers listener for a new notification
registryUserGetStringValue(String, String) - Static method in class com.openfin.desktop.win32.WinMessageHelper
 
releaseExternalProcess(String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Removes the process entry for the passed UUID obtained from a previous call to DesktopSystem.launchExternalProcess().
removeEventCallback(JSONObject, EventListener, AckListener, Object) - Method in class com.openfin.desktop.DesktopConnection
Removes a previously registered event listener from the specified event
removeEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.Application
Removes a previously registered event listener from the specified event
removeEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Removes a previously registered event listener from the specified event
removeEventListener(EventListener) - Static method in class com.openfin.desktop.win32.DesktopPortHandler
 
removeEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.Window
Removes a previously registered event listener from the specified event
removeSubscribeListener(SubscriptionListener) - Method in class com.openfin.desktop.InterApplicationBus
Removes the passed listener.
removeTrayIcon(AckListener) - Method in class com.openfin.desktop.Application
Removes the application’s icon from the tray.
resizeBy(int, int, String) - Method in class com.openfin.desktop.Window
Resizes the window by the specified amount
resizeBy(int, int, String, AckListener) - Method in class com.openfin.desktop.Window
Resizes the window by the specified amount
resizeTo(int, int, String) - Method in class com.openfin.desktop.Window
Resizes the window to the specified dimensions
resizeTo(int, int, String, AckListener) - Method in class com.openfin.desktop.Window
Resizes the window to the specified dimensions
resizeTo(int, int, AckListener) - Method in class com.openfin.desktop.Window
Resizes the window to the specified dimensions
respondToPing(long) - Method in class com.openfin.desktop.DesktopConnection
 
restart() - Method in class com.openfin.desktop.Application
Restarts the application
restart(AckListener) - Method in class com.openfin.desktop.Application
Restarts the application with a listener that gets called if the method succeeds
restore() - Method in class com.openfin.desktop.Window
Restores the window
restore(AckListener) - Method in class com.openfin.desktop.Window
Restores the window
right - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 
run() - Method in class com.openfin.desktop.Application
Runs the application
run(AckListener) - Method in class com.openfin.desktop.Application
Runs the application with a listener that gets called if the method succeeds
run() - Method in class com.openfin.desktop.win32.DesktopPortHandler.TimeoutThread
 
run() - Method in class com.openfin.desktop.win32.DesktopPortHandler.WinMessageThread
 
RuntimeConfiguration - Class in com.openfin.desktop
Configuration for launching OpenFin Runtime Created by wche on 3/26/2016.
RuntimeConfiguration() - Constructor for class com.openfin.desktop.RuntimeConfiguration
Constructor
RuntimeLauncher - Class in com.openfin.desktop
Launch Runtime from embedded RVM
RuntimeLauncher() - Constructor for class com.openfin.desktop.RuntimeLauncher
 

S

SC_CLOSE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
SC_MAXIMIZE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
SC_MINIMIZE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
SC_RESTORE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
send(boolean, String) - Method in interface com.openfin.desktop.ExternalMessageResultHandler
 
send(String, String, Object) - Method in class com.openfin.desktop.InterApplicationBus
Sends a message to an application
send(String, String, Object, AckListener) - Method in class com.openfin.desktop.InterApplicationBus
Sends a message to an application
send(String) - Method in class com.openfin.desktop.net.WebSocketConnection
 
sendAction(String, JSONObject) - Method in class com.openfin.desktop.DesktopConnection
Sends a message to Runtime
sendAction(String, JSONObject, AckListener, Object) - Method in class com.openfin.desktop.DesktopConnection
Sends a message to Runtime
sendActionToNotificationsCenter(String, JSONObject, AckListener, Object) - Method in class com.openfin.desktop.DesktopConnection
 
sendMessage(JSONObject, AckListener) - Method in class com.openfin.desktop.Notification
Sends a message to the notification
sendMessage(String, AckListener) - Method in class com.openfin.desktop.Notification
Sends a message to the notification
setAdditionalRuntimeArguments(String) - Method in class com.openfin.desktop.DesktopConnection
Set additional runtime arguments passed to the Runtime
setAdditionalRuntimeArguments(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Set additional arguments for Runtime
setAdditionalRvmArguments(String) - Method in class com.openfin.desktop.DesktopConnection
Set additional runtime arguments passed to the RVM
setAdditionalRvmArguments(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Set additional arguments for RVM and Installer
setApplicationIcon(String) - Method in class com.openfin.desktop.ApplicationOptions
Sets URL of application icon
setAsForeground(AckListener) - Method in class com.openfin.desktop.Window
Set's the window as the foreground window The window is activated(focused) and brought to front
setAutoShow(boolean) - Method in class com.openfin.desktop.WindowOptions
The AutoShow property represents a flag to automatically show the Window when it is created.
setBounds(int, int, int, int, AckListener) - Method in class com.openfin.desktop.Window
Sets the current bounds (top, left, width, height) of the window
setClipboard(String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Copies text to the clipboard
setContextMenu(boolean) - Method in class com.openfin.desktop.WindowOptions
The ContextMenu property represents a flag to show the context menu when right-clicking on a window.
setCookie(String, String, String, long, boolean, boolean, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Stores a cookie in the runtime
setCornerRounding(int, int) - Method in class com.openfin.desktop.WindowOptions
The CornerRoundingHeight property represents the rounded corners to apply.
setDefaultCentered(boolean) - Method in class com.openfin.desktop.WindowOptions
The DefaultCentered property specifies that the window will be positioned in the center of the primary monitor when loaded for the first time on a machine.
setDefaultHeight(int) - Method in class com.openfin.desktop.WindowOptions
The DefaultWidth property represents the window's default height in pixels.
setDefaultLeft(int) - Method in class com.openfin.desktop.WindowOptions
The DefaultLeft property represents the window's default left position.
setDefaultTop(int) - Method in class com.openfin.desktop.WindowOptions
The DefaultTop property represents the window's default top position.
setDefaultWidth(int) - Method in class com.openfin.desktop.WindowOptions
 
setDevToolsPort(int) - Method in class com.openfin.desktop.DesktopConnection
Set port for accessing devtools on localhost
setDevToolsPort(int) - Method in class com.openfin.desktop.RuntimeConfiguration
Set port for accessing devtools on localhost
setDialogSettings(JSONObject) - Method in class com.openfin.desktop.RuntimeConfiguration
set configuration to customize the appearance of the RVM progress dialog
setDuration(Integer) - Method in class com.openfin.desktop.animation.OpacityTransition
Sets value of duration
setDuration(Integer) - Method in class com.openfin.desktop.animation.PositionTransition
Sets value of duration
setDuration(Integer) - Method in class com.openfin.desktop.animation.SizeTransition
Sets value of duration
setEventHandler(WebSocketEventHandler) - Method in class com.openfin.desktop.net.WebSocketConnection
 
setFrame(boolean) - Method in class com.openfin.desktop.WindowOptions
The Frame property represents a flag to show the frame.
setHeight(Integer) - Method in class com.openfin.desktop.animation.SizeTransition
Sets value of height
setHeight(Integer) - Method in class com.openfin.desktop.WindowBounds
 
setHideOnClose(boolean) - Method in class com.openfin.desktop.WindowOptions
The HideOnClose property represents a flag to allow a window to be hidden when the close button is clicked.
setLaunchWithRVM(boolean) - Method in class com.openfin.desktop.RuntimeConfiguration
By default, Java adapter launches Runtime with OpenFin installer.
setLeft(Integer) - Method in class com.openfin.desktop.animation.PositionTransition
Sets value of left
setLeft(Integer) - Method in class com.openfin.desktop.WindowBounds
 
setLicenseKey(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Set license key for Runtime
setLogLevel(boolean) - Method in class com.openfin.desktop.DesktopConnection
Deprecated. 
setMainWindowOptions(WindowOptions) - Method in class com.openfin.desktop.ApplicationOptions
Sets options of main window of the application
setMaxHeight(int) - Method in class com.openfin.desktop.WindowOptions
The MaxHeight property represents the maximum height of a window.
setMaximizable(boolean) - Method in class com.openfin.desktop.WindowOptions
The Maximizable property represents a flag that lets the window be maximized.
setMaxWidth(int) - Method in class com.openfin.desktop.WindowOptions
The MaxWidth property represents the maximum width of a window.
setMessage(JSONObject) - Method in class com.openfin.desktop.NotificationOptions
Sets Message property of the notification
setMessageText(String) - Method in class com.openfin.desktop.NotificationOptions
Sets Message property of the notification as String
setMinHeight(int) - Method in class com.openfin.desktop.WindowOptions
The MinHeight property represents the minimum height of a window.
setMinimizable(boolean) - Method in class com.openfin.desktop.WindowOptions
The Minimizable property represents a flag that lets the window be minimized.
setMinWidth(int) - Method in class com.openfin.desktop.WindowOptions
The MinWidth property represents the minimum width of a window.
setName(String) - Method in class com.openfin.desktop.WindowOptions
Set name of the window
setOpacity(OpacityTransition) - Method in class com.openfin.desktop.animation.AnimationTransitions
Sets opacity transition
setOpacity(Double) - Method in class com.openfin.desktop.animation.OpacityTransition
Sets value of opacity
setOpacity(double) - Method in class com.openfin.desktop.WindowOptions
The Opacity property represents a flag that specifies how transparent the window will be.
setPosition(PositionTransition) - Method in class com.openfin.desktop.animation.AnimationTransitions
Sets position transition
setRdmUrl(String) - Method in class com.openfin.desktop.DesktopConnection
Set URL of RDM service
setRdmURL(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Set URL of RDM service
setResizable(boolean) - Method in class com.openfin.desktop.WindowOptions
The Resizable property represents a flag which allows the user to resize the window.
setResizeRegionBottomRightCorner(int) - Method in class com.openfin.desktop.WindowOptions
The ResizeRegionBottomRightCorner property defines an additional square region located at the bottom right corner of a frameless window.
setResizeRegionSize(int) - Method in class com.openfin.desktop.WindowOptions
The ResizeRegionSize property defines a region in pixels that will respond to user mouse interaction for resizing a frameless window Default value: 2
setRuntimeAssetsUrl(String) - Method in class com.openfin.desktop.DesktopConnection
Set root URL/URI for the RVM and Runtime assets.
setRuntimeAssetURL(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Set URL of Runtime assets, including RVM and Runtime
setRuntimeSecurityRealm(String) - Method in class com.openfin.desktop.DesktopConnection
Set security realm of the Runtime
setRuntimeVersion(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Set version number of Runtime to launch
setRvmVersion(String) - Method in class com.openfin.desktop.RuntimeConfiguration
set Defines the minimum RVM version the app requires.
setSaveWindowState(boolean) - Method in class com.openfin.desktop.WindowOptions
The SaveWindowState property defines whether or not a window should maintain a persistent cache of its position/size.
setSecurityRealm(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Set security realm of Runtime
setShortCut(JSONObject) - Method in class com.openfin.desktop.RuntimeConfiguration
set configuration for shortcut
setShowTaskbarIcon(boolean) - Method in class com.openfin.desktop.WindowOptions
The ShowTaskbarIcon property represents a flag to show the Window's icon in the taskbar.
setSize(SizeTransition) - Method in class com.openfin.desktop.animation.AnimationTransitions
Sets size transition
setSplashScreenImage(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Specify an image to display while the runtime is loading.
setStartupApp(JSONObject) - Method in class com.openfin.desktop.RuntimeConfiguration
Set configuration of startup application.
setState(String) - Method in class com.openfin.desktop.WindowOptions
The State property represents a string that sets the window to be "minimized", "maximized", or "normal" on creation.
setSupportInformation(String) - Method in class com.openfin.desktop.RuntimeConfiguration
Specify customized error messages during launch
setTaskbarIcon(String) - Method in class com.openfin.desktop.WindowOptions
The TaskbarIcon property represents the URL of an icon to be shown on the desktop for a child window.
setTimeout(Integer) - Method in class com.openfin.desktop.NotificationOptions
Sets timeout property of the notification
setTop(Integer) - Method in class com.openfin.desktop.animation.PositionTransition
Sets value of top
setTop(Integer) - Method in class com.openfin.desktop.WindowBounds
 
setTrayIcon(String, EventListener, AckListener) - Method in class com.openfin.desktop.Application
Adds a customizable icon in the system tray and notifies the application when clicked
setURL(String) - Method in class com.openfin.desktop.NotificationOptions
Sets URL property of the notification
setUrl(String) - Method in class com.openfin.desktop.WindowOptions
Set name of the window
setVersion(String) - Method in class com.openfin.desktop.ApplicationOptions
Sets version of the application
setWidth(Integer) - Method in class com.openfin.desktop.animation.SizeTransition
Sets value of width
setWidth(Integer) - Method in class com.openfin.desktop.WindowBounds
 
SetWindowLong(WinDef.HWND, int, WinMessageHelper.CustomWindowProc) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
 
SetWindowLongPtr(WinDef.HWND, int, WinMessageHelper.CustomWindowProc) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
 
show() - Method in class com.openfin.desktop.Window
Shows the window if it is hidden
show(AckListener) - Method in class com.openfin.desktop.Window
Shows the window if it is hidden
showAt(int, int, boolean) - Method in class com.openfin.desktop.Window
Shows the window if it is hidden at the specified location
showAt(int, int, boolean, AckListener) - Method in class com.openfin.desktop.Window
Shows the window if it is hidden at the specified location
showDeveloperTools(String, String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Shows Developer tool
SizeTransition - Class in com.openfin.desktop.animation
A class representing a transition of a Window's dimensions.
SizeTransition() - Constructor for class com.openfin.desktop.animation.SizeTransition
 
SizeTransition(Integer, Integer, Integer) - Constructor for class com.openfin.desktop.animation.SizeTransition
 
stopFlashing(AckListener) - Method in class com.openfin.desktop.Window
Stops flashing of taskbar and window caption
subscribe(String, String, BusListener) - Method in class com.openfin.desktop.InterApplicationBus
Subscribes to messages on the specified topic
subscribe(String, String, BusListener, AckListener) - Method in class com.openfin.desktop.InterApplicationBus
Subscribes to messages on the specified topic
subscribed(String, String) - Method in interface com.openfin.desktop.SubscriptionListener
 
SubscriptionListener - Interface in com.openfin.desktop
A Description.
successAck(AckListener, Ack) - Static method in class com.openfin.desktop.DesktopUtils
Call onSuccess of an AckListen
SWP_HIDEWINDOW - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
SWP_NOMOVE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
SWP_NOSIZE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
SWP_SHOWWINDOW - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
System - Class in com.openfin.desktop
Deprecated.
replaced by OpenFinRuntime
System(DesktopConnection) - Constructor for class com.openfin.desktop.System
Deprecated.
Constructor

T

terminate() - Method in class com.openfin.desktop.Application
Closes the application by terminating its process.
terminate(AckListener) - Method in class com.openfin.desktop.Application
Closes the application by terminating its process.
terminateExternalProcess(String, int, boolean, AsyncCallback<TerminateExternalProcessResult>, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Attempts to cleanly close an external process and terminates it if the close has not occured after the elapsed timeout in milliseconds.
TerminateExternalProcessResult - Class in com.openfin.desktop
Encapsulates the result from a call to DesktopSystem.terminateExternalProcess().
TerminateExternalProcessResult(String, String) - Constructor for class com.openfin.desktop.TerminateExternalProcessResult
 
TimeoutThread(EventListener, int) - Constructor for class com.openfin.desktop.win32.DesktopPortHandler.TimeoutThread
 
toJsonObject() - Method in class com.openfin.desktop.animation.AbstractAnimation
Returns all the underliying transitions as one JObject
toJsonObject() - Method in class com.openfin.desktop.animation.AnimationTransitions
 
toJsonObject() - Method in class com.openfin.desktop.WindowOptions
 
top - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 
toRectangle() - Method in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 
toString() - Method in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 

U

unhookWndProc(WinDef.HWND) - Static method in class com.openfin.desktop.win32.WinMessageHelper
Removes the WindowProc and restores previous one
unsubscribe(String, String, BusListener) - Method in class com.openfin.desktop.InterApplicationBus
Unsubscribes to messages on the specified topic
unsubscribe(String, String, BusListener, AckListener) - Method in class com.openfin.desktop.InterApplicationBus
Unsubscribes to messages on the specified topic
unsubscribed(String, String) - Method in interface com.openfin.desktop.SubscriptionListener
 
updateOptions(WindowOptions, AckListener) - Method in class com.openfin.desktop.Window
Changes a window's options that were defined upon creation
updateOptions(JSONObject) - Method in class com.openfin.desktop.Window
Changes a window's options that were defined upon creation
updateProxySettings(String, String, int, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
Updates the proxy settings The passed type can be either "system" or "named".
updateValue(JSONObject, String, String) - Static method in class com.openfin.desktop.JsonUtils
Update a String value in an JSONOject
updateValue(JSONObject, String, Integer) - Static method in class com.openfin.desktop.JsonUtils
Update a Integer value in an JSONOject
updateValue(JSONObject, String, Double) - Static method in class com.openfin.desktop.JsonUtils
Update a Double value in an JSONOject
updateValue(JSONObject, String, Boolean) - Static method in class com.openfin.desktop.JsonUtils
Update a Boolean value in an JSONOject
updateValue(JSONObject, String, JSONObject) - Static method in class com.openfin.desktop.JsonUtils
Update a JSONObject value in an JSONOject
updateValue(JSONObject, String, JSONArray) - Static method in class com.openfin.desktop.JsonUtils
Update a JSONArray value in an JSONOject

W

waitFor() - Method in class com.openfin.desktop.Application
Waits for a hanging application.
waitFor(AckListener) - Method in class com.openfin.desktop.Application
Waits for a hanging application.
WebSocketConnection - Class in com.openfin.desktop.net
A WebSocket connection to OpenFin Runtime Created by wche on 9/21/2016.
WebSocketConnection(URI) - Constructor for class com.openfin.desktop.net.WebSocketConnection
 
WebSocketEventHandler - Interface in com.openfin.desktop.net
Created by wche on 9/21/2016.
WebSocketException - Exception in com.openfin.desktop.net
Created by wche on 9/21/2016.
WebSocketException(String) - Constructor for exception com.openfin.desktop.net.WebSocketException
 
WebSocketException(String, Throwable) - Constructor for exception com.openfin.desktop.net.WebSocketException
 
WebSocketMessage - Class in com.openfin.desktop.net
Created by wche on 9/21/2016.
WebSocketMessage(String) - Constructor for class com.openfin.desktop.net.WebSocketMessage
 
WebStartInstaller - Class in com.openfin.desktop
A Description.
WebStartInstaller() - Constructor for class com.openfin.desktop.WebStartInstaller
 
Window - Class in com.openfin.desktop
An object representing a window that can be controlled by the AppDesktop API.
Window(Application) - Constructor for class com.openfin.desktop.Window
Window constructor
WindowBounds - Class in com.openfin.desktop
Window bounds.
WindowBounds(Integer, Integer, Integer, Integer) - Constructor for class com.openfin.desktop.WindowBounds
 
WindowGroupChangeEvent - Class in com.openfin.desktop
Helper class for Populating values from the ACK of a window 'group-changed' payload
WindowGroupChangeEvent(Ack, DesktopConnection) - Constructor for class com.openfin.desktop.WindowGroupChangeEvent
Constructor
WindowOptions - Class in com.openfin.desktop
A class representing the options for a Window.
WindowOptions() - Constructor for class com.openfin.desktop.WindowOptions
Default constructor
WindowOptions(String, String) - Constructor for class com.openfin.desktop.WindowOptions
Contructor with name and url
WindowOptions(JSONObject) - Constructor for class com.openfin.desktop.WindowOptions
Constructs an instance with a new underlying JSONObject
WINDOWPOS(Pointer) - Constructor for class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 
WindowProcCallback - Interface in com.openfin.desktop.win32
Callback interface for Window Messages Created by richard on 3/11/15.
WINDOWRECT(Pointer) - Constructor for class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWRECT
 
WinMessageHelper - Class in com.openfin.desktop.win32
Helper class for hooking into Windows messages Created by wche on 3/11/15.
WinMessageHelper() - Constructor for class com.openfin.desktop.win32.WinMessageHelper
 
WinMessageHelper.CustomUser32 - Interface in com.openfin.desktop.win32
Support different signature of User32
WinMessageThread(EventListener, int) - Constructor for class com.openfin.desktop.win32.DesktopPortHandler.WinMessageThread
 
WM_CAPTURECHANGED - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_DESTROY - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_ENTERSIZEMOVE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_ERASEBKGND - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_EXITSIZEMOVE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_KEYDOWN - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_KEYUP - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_KILLFOCUS - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_LBUTTONDOWN - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_LBUTTONUP - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_MOUSEMOVE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_MOVE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_MOVING - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_NCLBUTTONDBLCLK - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_NCLBUTTONUP - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_NOTIFY - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_PAINT - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_SETFOCUS - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_SIZING - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_SYSCOMMAND - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_WINDOWPOSCHANGED - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
WM_WINDOWPOSCHANGING - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
 
wrap(String, DesktopConnection) - Static method in class com.openfin.desktop.Application
Attaches an Application object to an application that already exists
wrap(String, String, DesktopConnection) - Static method in class com.openfin.desktop.Window
Attaches a Window object to an application Window that already exists

X

x - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 

Y

y - Variable in class com.openfin.desktop.win32.ExternalWindowObserver.WINDOWPOS
 
A B C D E F G H I J L M N O P R S T U W X Y 
Skip navigation links

Copyright © 2017. All rights reserved.