| Interface | Description |
|---|---|
| AckListener |
Interface which listens for acknowledgement of messages sent to AppDesktop.
|
| AsyncCallback<T> |
The interface a caller must implement to receive a response from a call to Runtime.
|
| BusListener |
Listener for subscribed messages.
|
| DesktopStateListener |
listener interface for receiving status updates from AppDesktop.
|
| EventListener |
Interface which listens for messages from AppDesktop.
|
| ExternalMessageListener |
Interface for processing external messages targeted at an application originating from HTTP/HTTPS.
|
| ExternalMessageResultHandler |
Interface to communicate results from calls to an ExternalMessageHandler back to the AppDesktop.
|
| LayoutContentOptions | |
| PortDiscoveryHandler | |
| SubscriptionListener |
A Description.
|
| Class | Description |
|---|---|
| AcceleratorOptions |
Window creation options that enable keyboard shortcuts for devtools, zoom, reload, and reload ignoring cache.
|
| Ack |
A message that is delivered to an AckListener when an action has
been processed by AppDesktop
|
| ActionEvent |
An Event object is passed to EventListener when the registered event occurs.
|
| Application |
An object representing the Application.
|
| ApplicationOptions |
Helper object that provides getters/setters for the
various options needed for creating an Application.
|
| ClientIdentity | |
| DesktopConnection |
An object for launching, connecting to, and controlling Runtime.
|
| DesktopUtils |
Helper methods
|
| FindInPageOptions | |
| Identity | |
| InterApplicationBus |
A messaging bus that allows for pub / sub messaging between different applications.
|
| JsonBean | |
| JsonUtils |
Helper methods for retrieving data from JSONObject
|
| LaunchExternalProcessResult |
Encapsulates the result from a call to DesktopSystem.launchExternalProcess().
|
| Layout |
Layouts give app providers the ability to embed multiple views in a single
window.
|
| LayoutContentItemOptions | |
| LayoutContentItemStateOptions | |
| LayoutContentOptionsImpl | |
| LayoutOptions | |
| MonitorDetails | |
| MonitorInfo | |
| OpenFinRuntime |
An object representing the core of the OpenFin Runtime.
|
| OpenFinThreadPool |
Fixed size thread pool that logs warning messages if a task is unable to acquire a thread to execute it after the given time.
|
| PrinterInfo | |
| PrintOptions | |
| RuntimeConfiguration |
Configuration for launching OpenFin Runtime
Created by wche on 3/26/2016.
|
| RuntimeLauncher |
Launch Runtime from embedded RVM
|
| RVMOptions | |
| System | Deprecated
replaced by
OpenFinRuntime |
| TerminateExternalProcessResult |
Encapsulates the result from a call to DesktopSystem.terminateExternalProcess().
|
| WebContent | |
| WebStartInstaller |
A Description.
|
| Window |
An object representing a window that can be controlled by the AppDesktop API.
|
| WindowBounds |
Window bounds.
|
| WindowGroupChangeEvent |
Helper class for Populating values from the ACK of a window 'group-changed' payload
|
| WindowIdentity |
Class used to identify an OpenFin window instance
|
| WindowOptions |
A class representing the options for a Window.
|
| Exception | Description |
|---|---|
| DesktopException |
Exception thrown by the API.
|
| DesktopIOException |
Network or File IO Exception from Adapter
|
Copyright © 2022. All rights reserved.