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

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
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(String, EventListener, AckListener) - Method in class com.openfin.desktop.System
Registers an event listener on the specified event Supported system event types are: deskband-icon-clicked desktop-icon-clicked monitor-info-changed
addEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.Window
Registers an event listener on the specified event Supported system event types are: blurred bounds-changed bounds-changing closed focused maximized minimized restored
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
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.

C

clearCache(boolean, boolean, boolean, boolean, boolean) - Method in class com.openfin.desktop.System
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.System
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
Closes the application with a listener that gets called if the method succeeds
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.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
 
connect(DesktopStateListener) - Method in class com.openfin.desktop.DesktopConnection
Connects to an AppDesktop process
connect(String, DesktopStateListener) - Method in class com.openfin.desktop.DesktopConnection
Connects to an AppDesktop process

D

deleteCacheOnRestart() - Method in class com.openfin.desktop.System
Clears all cached data when App Desktop is restarted
deleteCacheOnRestart(AckListener) - Method in class com.openfin.desktop.System
Clears all cached data when App Desktop is restarted
DesktopConnection - Class in com.openfin.desktop
A object for launching, connecting to, and controlling AppDesktop.
DesktopConnection(String, String, int) - Constructor for class com.openfin.desktop.DesktopConnection
Creates a new connection to AppDesktop
DesktopError - Exception in com.openfin.desktop
Exception thrown by the API.
DesktopError(String) - Constructor for exception com.openfin.desktop.DesktopError
Constructor
DesktopStateListener - Interface in com.openfin.desktop
listener interface for receiving status updates from AppDesktop.
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 AppDesktop
dispatchMessageToCallbacks(String, String, Object) - Method in class com.openfin.desktop.InterApplicationBus
Dispatches a messages to listeners
dispatchToSubscribeListeners(String, String) - Method in class com.openfin.desktop.InterApplicationBus
Dispatches to subscription listeners
dispatchToUnsubscribeListeners(String, String) - Method in class com.openfin.desktop.InterApplicationBus
Dispatches to unsubscription listeners

E

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
EventListener - Interface in com.openfin.desktop
Interface which listens for messages from AppDesktop.
eventReceived(ActionEvent) - Method in interface com.openfin.desktop.EventListener
Invoked when registered event occurs
exit() - Method in class com.openfin.desktop.DesktopConnection
Notify AppDesktop to exit
exit() - Method in class com.openfin.desktop.System
Exits App Desktop
exit(AckListener) - Method in class com.openfin.desktop.System
Exits App Desktop
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.

F

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

getAllApplications(AckListener) - Method in class com.openfin.desktop.System
Retrieves an array of data (uuid, running/active state) for all application windows The object passed to callback takes the form: [ { uuid: (string) uuid of the application, isRunning: (bool) true when the application is running/active }, ...
getAllWindows(AckListener) - Method in class com.openfin.desktop.System
The object passed to callback takes the form: [ { uuid: (string) uuid of the application, mainWindow: { name: (string) name of the main window, top: (integer) top-most coordinate of the main window, right: (integer) right-most coordinate of the main window, bottom: (integer) bottom-most coordinate of the main window, left: (integer) left-most coordinate of the main window }, childWindows: [{ name: (string) name of the child window, top: (integer) top-most coordinate of the child window, right: (integer) right-most coordinate of the child window, bottom: (integer) bottom-most coordinate of the child window, left: (integer) left-most coordinate of the child window }, ...
getAlwaysOnBottom() - Method in class com.openfin.desktop.WindowOptions
The AlwaysOnBottom property represents a flag to always position the window at the bottom of the window stack.
getApplicationIcon() - Method in class com.openfin.desktop.ApplicationOptions
Gets URL of application icon
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) - Static method in class com.openfin.desktop.JsonUtils
 
getBooleanValue(String) - 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.System
Retrieves the command line argument string that started App Desktop
getConfig(String, AckListener) - Method in class com.openfin.desktop.System
Retrieves the App Desktop'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.
getData() - Method in class com.openfin.desktop.Ack
Returns the value of "data" from message as JObject
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.System
Gets Device ID
getDoubleValue(JSONObject, String) - Static method in class com.openfin.desktop.JsonUtils
 
getDoubleValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getDraggable() - Method in class com.openfin.desktop.WindowOptions
The Draggable property represents a flag to allow the user to drag the window by its client area.
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
getEventObject() - Method in class com.openfin.desktop.ActionEvent
Gets event data object
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.
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.
getIntegerValue(JSONObject, String) - Static method in class com.openfin.desktop.JsonUtils
 
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
getJsonObject() - Method in class com.openfin.desktop.Ack
Returns the message as a JObject
getJsonValue(JSONObject, String) - Static method in class com.openfin.desktop.JsonUtils
 
getJsonValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getLeft() - Method in class com.openfin.desktop.animation.PositionTransition
Gets value of left
getLeft() - Method in class com.openfin.desktop.WindowBounds
 
getLog(String, AckListener) - Method in class com.openfin.desktop.System
Retrieves the contents of the log with the specified filename
getLogList(AckListener) - Method in class com.openfin.desktop.System
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.
getMessage() - Method in class com.openfin.desktop.NotificationOptions
Gets Message property of the notification
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.System
Retrieves an object that contains data about the about the monitor setup of the computer that App Desktop is running on.
getMousePosition(AckListener) - Method in class com.openfin.desktop.System
Returns the mouse in virtual screen coordinates (left, top) The returned object takes the form: { top: (integer) the top position of the mouse in virtual screen coordinates, left: (integer) the left position of the mouse in virtual screen coordinates }
getName() - Method in class com.openfin.desktop.ApplicationOptions
Gets name of the application
getName() - Method in class com.openfin.desktop.Window
Gets name
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
getPosition() - Method in class com.openfin.desktop.animation.AnimationTransitions
Gets position transition
getProcessList(AckListener) - Method in class com.openfin.desktop.System
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.System
Retrieves the proxy settings object The proxy object the callback receives takes the following form: { type: (string) "system" or "named", proxyAddress: (string) the address of the proxy server, proxyPort: (integer) the port of proxy server }
getReason() - Method in class com.openfin.desktop.Ack
Return reason if Ack has error
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
 
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
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) - Static method in class com.openfin.desktop.JsonUtils
 
getStringValue(String) - Method in class com.openfin.desktop.WindowOptions
Helper method to extract data field from underlying JSONObject
getTaskbarIcon() - Method in class com.openfin.desktop.WindowOptions
The TaskbarIcon property represents the URL of an icon to be shown on the desktop.
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
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
getVersion() - Method in class com.openfin.desktop.ApplicationOptions
Gets version of the application
getVersion(AckListener) - Method in class com.openfin.desktop.System
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.

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
hideStartWindow() - Method in class com.openfin.desktop.System
Hides the start menu window
hideStartWindow(AckListener) - Method in class com.openfin.desktop.System
Hides the start menu window

I

installDeskbandIcon(String, String, String) - Method in class com.openfin.desktop.System
Installs a start icon in the Windows Deskband
installDeskbandIcon(String, String, String, AckListener) - Method in class com.openfin.desktop.System
Installs a start icon in the Windows Deskband
installStartIcon(String, String, String) - Method in class com.openfin.desktop.System
Installs a start icon in the notification tray
installStartIcon(String, String, String, AckListener) - Method in class com.openfin.desktop.System
Installs a start icon in the notification tray
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
isConnected() - Method in class com.openfin.desktop.DesktopConnection
InterApplicationBus
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, String, DesktopStateListener, int) - Method in class com.openfin.desktop.DesktopConnection
Launches AppDesktop and notifies the listener when connected
launchExternalProcess(String, String, AsyncCallback<LaunchExternalProcessResult>, AckListener) - Method in class com.openfin.desktop.System
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
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(Window, 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.
log(String, String) - Method in class com.openfin.desktop.System
Writes a message to the log
log(String, String, AckListener) - Method in class com.openfin.desktop.System
Writes a message to the log

M

main(String[]) - Static method in class com.openfin.desktop.WebStartInstaller
 
maximize() - Method in class com.openfin.desktop.Window
Maximizes the window
maximize(AckListener) - Method in class com.openfin.desktop.Window
Mazimizes 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, 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

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(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification is closed.
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(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification has errors.
onMessage(String) - Method in interface com.openfin.desktop.DesktopStateListener
Callback when a message is sent to this client
onMessage(Ack) - Method in interface com.openfin.desktop.NotificationListener
Invoked when the notification sends a message.
onMessageReceived(String, String, Object) - Method in interface com.openfin.desktop.BusListener
Invoked when a subscrbied message is received
onOutgoingMessage(String) - Method in interface com.openfin.desktop.DesktopStateListener
Callback when a message is sent from this client
onReady() - Method in interface com.openfin.desktop.DesktopStateListener
Callback when Desktop is successfully connected and ready to accept commands.
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
openUrlWithBrowser(AckListener) - Method in class com.openfin.desktop.System
Opens the passed URL
openUrlWithBrowser() - Method in class com.openfin.desktop.System
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) - Static method in class com.openfin.desktop.InterApplicationBus
Publishes a message to a topic

R

registerNotificationListener(NotificationListener, Object) - Method in class com.openfin.desktop.DesktopConnection
Registers listener for a new notification
releaseExternalProcess(String, AckListener) - Method in class com.openfin.desktop.System
Removes the process entry for the passed UUID obtained from a previous call to DesktopSystem.launchExternalProcess().
remove() - Method in class com.openfin.desktop.Application
Removes the application from memory.
remove(AckListener) - Method in class com.openfin.desktop.Application
Removes the application from memory.
removeDeskbandIcon() - Method in class com.openfin.desktop.System
Removes a start icon from the Windows Deskband
removeDeskbandIcon(AckListener) - Method in class com.openfin.desktop.System
Removes a start icon from the Windows Deskband
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.System
Removes a previously registered event listener from the specified event Supported system event types are: deskband-icon-clicked desktop-icon-clicked monitor-info-changed
removeEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.Window
Removes a previously registered event listener from the specified event
removeStartIcon() - Method in class com.openfin.desktop.System
Removes a start icon from the notification tray
removeStartIcon(AckListener) - Method in class com.openfin.desktop.System
Removes a start icon from the notification tray
removeSubscribeListener(SubscriptionListener) - Method in class com.openfin.desktop.InterApplicationBus
Removes the passed listener.
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
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

S

send(boolean, String) - Method in interface com.openfin.desktop.ExternalMessageResultHandler
 
send(String, String, Object) - Static method in class com.openfin.desktop.InterApplicationBus
Sends a message to an application
sendAction(String, JSONObject) - Method in class com.openfin.desktop.DesktopConnection
Sends a message to AppDesktop
sendAction(String, JSONObject, AckListener, Object) - Method in class com.openfin.desktop.DesktopConnection
Sends a message to AppDesktop
sendActionToNotificationsCenter(String, JSONObject, AckListener, Object) - Method in class com.openfin.desktop.DesktopConnection
 
setAlwaysOnBottom(boolean) - Method in class com.openfin.desktop.WindowOptions
The AlwaysOnBottom property represents a flag to always position the window at the bottom of the window stack.
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
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.
setCornerRounding(int, int) - Method in class com.openfin.desktop.WindowOptions
The CornerRoundingHeight property represents the rounded corners to apply.
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
 
setDraggable(boolean) - Method in class com.openfin.desktop.WindowOptions
The Draggable property represents a flag to allow the user to drag the window by its client area.
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
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.
setLeft(Integer) - Method in class com.openfin.desktop.animation.PositionTransition
Sets value of left
setLeft(Integer) - Method in class com.openfin.desktop.WindowBounds
 
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 URL property of the notification
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.
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
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
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
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.
setTaskbarIcon(String) - Method in class com.openfin.desktop.WindowOptions
The TaskbarIcon property represents the URL of an icon to be shown on the desktop.
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
 
setURL(String) - Method in class com.openfin.desktop.NotificationOptions
Sets URL property of the notification
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
 
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.System
Shows Developer tool
showStartWindow() - Method in class com.openfin.desktop.System
Shows the start menu window
showStartWindow(AckListener) - Method in class com.openfin.desktop.System
Shows the start menu window
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
 
subscribe(String, String, BusListener) - Static 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.
System - Class in com.openfin.desktop
An object representing the core of the OpenFin Desktop.
System(DesktopConnection) - Constructor for class com.openfin.desktop.System
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.System
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
 
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
 

U

unsubscribe(String, String, BusListener) - Static 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.System
Updates the proxy settings The passed type can be either "system" or "named".

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.
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
 
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(JSONObject) - Constructor for class com.openfin.desktop.WindowOptions
Constructs an instance with a new underlying JSONObject
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
A B C D E F G H I J L M N O P R S T U W 

Copyright © 2014. All rights reserved.