- AbstractAnimation - Class in com.openfin.desktop.animation
-
Super class of all animation classes.
- AbstractAnimation() - Constructor for class com.openfin.desktop.animation.AbstractAnimation
-
- AbstractServiceClient - Class in com.openfin.desktop.channel
-
- AbstractServiceClient(String, DesktopConnection) - Constructor for class com.openfin.desktop.channel.AbstractServiceClient
-
- AcceleratorOptions - Class in com.openfin.desktop
-
Window creation options that enable keyboard shortcuts for devtools, zoom, reload, and reload ignoring cache.
- AcceleratorOptions() - Constructor for class com.openfin.desktop.AcceleratorOptions
-
- AcceleratorOptions(JSONObject) - Constructor for class com.openfin.desktop.AcceleratorOptions
-
- 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(JSONObject) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Add configuration of an app asset
- addChannelListener(ChannelListener) - Method in class com.openfin.desktop.channel.Channel
-
- addChannelListener(ChannelListener) - Method in class com.openfin.desktop.channel.ChannelClient
-
- addConfigurationItem(String, Object) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Add a configuration setting for launching Runtime.
- addContextListener(ContextListener) - Method in interface com.openfin.desktop.interop.InteropClient
-
Adds a context listener for incoming context.
- addContextListener(String, ContextListener) - Method in interface com.openfin.desktop.interop.InteropClient
-
Adds a context listener for incoming context of specified context type.
- addContextListener(ContextListener) - Method in class com.openfin.desktop.interop.InteropClientImpl
-
- addContextListener(String, ContextListener) - Method in class com.openfin.desktop.interop.InteropClientImpl
-
- addEventCallback(JSONObject, EventListener, AckListener, Object) - Method in class com.openfin.desktop.DesktopConnection
-
Registers an event listener on the specified event
- addEventCallbackAsync(JSONObject, EventListener, Object) - Method in class com.openfin.desktop.DesktopConnection
-
- addEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.Application
-
Registers an event listener on the specified event.
- addEventListener(JSONObject, EventListener, AckListener) - Method in class com.openfin.desktop.channel.Channel
-
Registers an event listener on the specified event
- addEventListener(String, EventListener, AckListener) - Method in class com.openfin.desktop.channel.Channel
-
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(String, NotificationEventListener) - Method in class com.openfin.desktop.notifications.Notifications
-
Add a listener to handle specified notification events.
- 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) - Method in class com.openfin.desktop.platform.Platform
-
Add a platform event listener.
- addEventListener(String, EventListener) - Method in class com.openfin.desktop.WebContent
-
- 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
- addProviderListener(ChannelProviderListener) - Method in class com.openfin.desktop.channel.ChannelProvider
-
Add a listener for channel provider events
- addService(String, String) - Method in class com.openfin.desktop.RuntimeConfiguration
-
- addSubscribeListener(SubscriptionListener) - Method in class com.openfin.desktop.InterApplicationBus
-
Registers a listener which is called whenever a subscription occurs.
- afterAction - Variable in class com.openfin.desktop.channel.ChannelBase
-
- afterExecute(Runnable, Throwable) - Method in class com.openfin.desktop.OpenFinThreadPool
-
- 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
-
- ApiOptions - Class in com.openfin.desktop.platform
-
- ApiOptions() - Constructor for class com.openfin.desktop.platform.ApiOptions
-
- ApiOptions(JSONObject) - Constructor for class com.openfin.desktop.platform.ApiOptions
-
- 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
- applyPreset(String) - Method in class com.openfin.desktop.Layout
-
Replaces a Platform window's layout with a preset layout arrangement using the existing Views attached to the window.
- applySnapshot(String, PlatformSnapshotOptions) - Method in class com.openfin.desktop.platform.Platform
-
Adds a snapshot to a running Platform.
- applySnapshot(PlatformSnapshot, PlatformSnapshotOptions) - Method in class com.openfin.desktop.platform.Platform
-
Adds a snapshot to a running Platform.
- applySnapshot(JSONObject) - Method in interface com.openfin.desktop.snapshot.SnapshotSourceProvider
-
The method to be invoked when applying the snapshot.
- applySnapshotAsync(JSONObject) - Method in class com.openfin.desktop.snapshot.SnapshotSourceClient
-
Applies specified snapshot object to the snapshot provider.
- AsyncCallback<T> - Interface in com.openfin.desktop
-
The interface a caller must implement to receive a response from a call to Runtime.
- authenticate(String, String, boolean, AckListener) - Method in class com.openfin.desktop.Window
-
authenticate a user.
- AutoResizeOptions - Class in com.openfin.desktop.platform
-
- AutoResizeOptions() - Constructor for class com.openfin.desktop.platform.AutoResizeOptions
-
- AutoResizeOptions(JSONObject) - Constructor for class com.openfin.desktop.platform.AutoResizeOptions
-
- generateRuntimeConfig() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Generates JSON string that can be passed as --config to RVM and Insaller
- generateWorkspace(AsyncCallback<JSONObject>, AckListener) - Method in class com.openfin.desktop.channel.LayoutClient
-
- get(String) - Method in class com.openfin.desktop.JsonBean
-
- getAccelerator() - Method in class com.openfin.desktop.WindowOptions
-
Get keyboard shortcut options.
- 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
- getAll() - Method in class com.openfin.desktop.notifications.Notifications
-
Retrieves all Notifications which were created by the calling application,
including child windows.
- getAllApplications(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Retrieves an array of data (uuid, running/active state) for all application windows
- getAllClientsInContextGroup(String) - Method in interface com.openfin.desktop.interop.InteropClient
-
Gets all clients for a context group.
- getAllClientsInContextGroup(String) - Method in class com.openfin.desktop.interop.InteropClientImpl
-
- getAllWindows(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
The object passed to callback takes the form:
- getApplication() - Method in class com.openfin.desktop.notifications.NotificationSourceFeed
-
- 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
- getArray(String) - Method in class com.openfin.desktop.JsonBean
-
- getAutoResizeOptions() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- getAutoShow() - Method in class com.openfin.desktop.WindowOptions
-
The AutoShow property represents a flag to automatically
show the Window when it is created.
- getBackgroundColor() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- getBlacklist() - Method in class com.openfin.desktop.platform.ContentNavigationOptions
-
- getBody() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getBoolean(String) - Method in class com.openfin.desktop.JsonBean
-
- getBooleanValue(String) - Method in class com.openfin.desktop.JsonBean
-
Helper method to extract data field from underlying JSONObject
- getBooleanValue(String, boolean) - Method in class com.openfin.desktop.JsonBean
-
Helper method to extract data field from underlying JSONObject
- getBooleanValue(JSONObject, String, Boolean) - Static method in class com.openfin.desktop.JsonUtils
-
Retrieve an Boolean value from a JSONObject
- getBounds() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- getBounds(AsyncCallback<WindowBounds>, AckListener) - Method in class com.openfin.desktop.Window
-
Gets the current bounds (top, left, width, height) of the window
- getButtons() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getCategory() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getChannel(String) - Method in class com.openfin.desktop.DesktopConnection
-
Gets specified channel.
- getChannelClient() - Method in class com.openfin.desktop.platform.Platform
-
- getChannelId() - Method in class com.openfin.desktop.channel.ChannelBase
-
- getChannelId() - Method in class com.openfin.desktop.channel.ConnectionEvent
-
- getChannelId() - Method in class com.openfin.desktop.channel.EndpointIdentity
-
- getChannelName() - Method in class com.openfin.desktop.channel.ChannelBase
-
- getChannelName() - Method in class com.openfin.desktop.channel.ConnectionEvent
-
- getChannelName() - Method in class com.openfin.desktop.channel.EndpointIdentity
-
- getChildWindows(AsyncCallback<List<Window>>, AckListener) - Method in class com.openfin.desktop.Application
-
Retrieves an list of wrapped fin.desktop.Windows for each of the
application’s child windows
- getChildWindows() - Method in class com.openfin.desktop.Application
-
- getColor() - Method in class com.openfin.desktop.interop.DisplayMetadata
-
- getCommandLineArguments(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Retrieves the command line argument string that started App Desktop
- getComponentName() - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- getConfig() - Method in class com.openfin.desktop.Layout
-
Returns the configuration of the window's layout.
- 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
- getConnection() - Method in class com.openfin.desktop.WebContent
-
Get DesktopConnection of this window
- getContent() - Method in interface com.openfin.desktop.LayoutContentOptions
-
- getContent() - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- getContent() - Method in class com.openfin.desktop.LayoutOptions
-
- getContext() - Method in class com.openfin.desktop.interop.Intent
-
- getContextGroups() - Method in interface com.openfin.desktop.interop.InteropClient
-
Gets the Interop-Broker-defined context groups available for an entity to join.
- getContextGroups() - Method in class com.openfin.desktop.interop.InteropClientImpl
-
- 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.
- getContextMenuSettings() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- 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.
- getCrossOriginInjection() - Method in class com.openfin.desktop.platform.IFrameOptions
-
- getCta() - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- getCurrentWindow() - Method in class com.openfin.desktop.platform.PlatformView
-
- GetCursorPos(WinDef.POINT) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
-
- getCustomContext() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- getCustomData() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getCustomData() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- getData() - Method in class com.openfin.desktop.Ack
-
Returns the value of "data" from message as JObject
- getDate() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- 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.
- getDesktopConnection() - Method in class com.openfin.desktop.channel.Channel
-
- getDesktopConnection() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
-
- getDeviceId() - Method in class com.openfin.desktop.MonitorDetails
-
- getDeviceScaleFactor() - Method in class com.openfin.desktop.MonitorDetails
-
- getDeviceScaleFactor() - Method in class com.openfin.desktop.MonitorInfo
-
- getDisableAutoUpdates() - Method in class com.openfin.desktop.RVMOptions
-
- getDisplayMetadata() - Method in class com.openfin.desktop.interop.ContextGroupInfo
-
- getDisplayname() - Method in class com.openfin.desktop.PrinterInfo
-
- getDoNotLaunch() - Method in class com.openfin.desktop.RVMOptions
-
- getDoubleValue(String) - Method in class com.openfin.desktop.JsonBean
-
Helper method to extract data field from underlying JSONObject
- getDoubleValue(String, double) - Method in class com.openfin.desktop.JsonBean
-
- getDoubleValue(JSONObject, String, Double) - Static method in class com.openfin.desktop.JsonUtils
-
Retrieve an Double value from a JSONObject
- getDpi() - Method in class com.openfin.desktop.MonitorInfo
-
- 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
- getEffectivePipeName() - Method in class com.openfin.desktop.nix.NamedPipePortHandler
-
- getEffectivePipeName() - Method in interface com.openfin.desktop.PortDiscoveryHandler
-
- getEffectivePipeName() - Method in class com.openfin.desktop.win32.DesktopPortHandler
-
- getEffectivePipeName() - Method in class com.openfin.desktop.win32.NamedPipePortHandler
-
- getEndpointId() - Method in class com.openfin.desktop.channel.ChannelBase
-
- getEndpointId() - Method in class com.openfin.desktop.channel.ClientIdentity
-
- getEndpointId() - Method in class com.openfin.desktop.channel.ConnectionEvent
-
- getEndpointId() - Method in class com.openfin.desktop.channel.EndpointIdentity
-
- getEndpointId() - Method in class com.openfin.desktop.ClientIdentity
-
- getEndpointIdentity() - Method in class com.openfin.desktop.channel.ChannelBase
-
- getEntityInfo(String, String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Returns a frame info object relating to the entity specified by the uuid and name passed in.
- 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
- getErrorStack() - Method in class com.openfin.desktop.Ack
-
When the ack was not successful, it might cause Openfin Desktop Runtime error.
- 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
- getEventTopicName() - Method in class com.openfin.desktop.platform.PlatformView
-
- getEventTopicName() - Method in class com.openfin.desktop.WebContent
-
- getEventTopicName() - Method in class com.openfin.desktop.Window
-
- getExistingRVM() - Static method in class com.openfin.desktop.RuntimeLauncher
-
- getExpires() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getFieldOrder() - Method in class com.openfin.desktop.nix.NamedPipePortHandler.SockAddr
-
- 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.WINDOWPOS2
-
- 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.
- getGlyph() - Method in class com.openfin.desktop.interop.DisplayMetadata
-
- 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.
- getHostSpecs(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Get system information
- gethWnd() - Method in class com.openfin.desktop.win32.DesktopPortHandler.WinMessageThread
-
- getIcon() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getIconUrl() - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- getIconUrl(String) - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- getId() - Method in class com.openfin.desktop.interop.Context
-
- getId() - Method in class com.openfin.desktop.interop.ContextGroupInfo
-
- getId() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getId() - Method in class com.openfin.desktop.notifications.NotificationSourceFeed
-
- getIdentity() - Method in class com.openfin.desktop.notifications.NotificationSourceDesktop
-
- getIdentity() - Method in class com.openfin.desktop.WebContent
-
- getIFrameOptions() - Method in class com.openfin.desktop.platform.ApiOptions
-
- getIndicator() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getInfo(AsyncCallback<JSONObject>, AckListener) - Method in class com.openfin.desktop.Application
-
Retrieves information about the application.
- getInfo(String, AsyncCallback<JSONObject>, AckListener) - Method in class com.openfin.desktop.Window
-
Gets the window information
- getInfoForContextGroup(String) - Method in interface com.openfin.desktop.interop.InteropClient
-
Gets display info for a context group.
- getInfoForContextGroup(String) - Method in class com.openfin.desktop.interop.InteropClientImpl
-
- getInstallDirectory() - Method in class com.openfin.desktop.RVMOptions
-
- getInstallInfo() - Static method in class com.openfin.desktop.OpenFinRuntime
-
Retrieve info about RVM and Runtime already installed on desktop.
- getInstallInfo() - Static method in class com.openfin.desktop.win32.InstallChecker
-
- getInstance() - Static method in class com.openfin.desktop.win32.DesktopPortHandler
-
- getInteger(String) - Method in class com.openfin.desktop.JsonBean
-
- getIntegerValue(String) - Method in class com.openfin.desktop.JsonBean
-
Helper method to extract data field from underlying JSONObject
- getIntegerValue(JSONObject, String, Integer) - Static method in class com.openfin.desktop.JsonUtils
-
Retrieve an Integer value from a JSONObject
- getInterApplicationBus() - Method in class com.openfin.desktop.DesktopConnection
-
Gets the Inter-Application message dispatcher associated with this DesktopConnection
- getInterop() - Method in class com.openfin.desktop.DesktopConnection
-
Gets Interop API object.
- 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
-
- getJson() - Method in class com.openfin.desktop.JsonBean
-
Gets the underlying JSONObject
- getJson() - Method in class com.openfin.desktop.LayoutContentItemOptions
-
- getJson() - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- getJson() - Method in class com.openfin.desktop.LayoutOptions
-
- getJson() - Method in class com.openfin.desktop.platform.PlatformSnapshot
-
- getJson() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- getJson() - Method in class com.openfin.desktop.WindowOptions
-
- getJsonArray(JSONObject, String, JSONArray) - Static method in class com.openfin.desktop.JsonUtils
-
Retrieve an JSONArray value from a JSONObject
- getJsonBean(String, Class<T>) - Method in class com.openfin.desktop.JsonBean
-
- getJsonBean(JSONObject, Class<T>) - Method in class com.openfin.desktop.JsonBean
-
- getJsonBeanList(String, Class<T>) - Method in class com.openfin.desktop.JsonBean
-
- getJsonCopy() - Method in class com.openfin.desktop.JsonBean
-
Gets a copy of underlying JSONObject
- getJsonObject() - Method in class com.openfin.desktop.Ack
-
Returns the message as a JObject
- getJsonValue(String) - Method in class com.openfin.desktop.JsonBean
-
Helper method to extract data field from underlying JSONObject
- getJsonValue(JSONObject, String, JSONObject) - Static method in class com.openfin.desktop.JsonUtils
-
Retrieve an JSONObject value from a JSONObject
- getLastError() - Method in class com.openfin.desktop.win32.DesktopPortHandler
-
- getLaunchRVMPath() - Method in class com.openfin.desktop.RuntimeConfiguration
-
return value of launchRVMPath
- getLayoutContentItemStateOptions() - Method in class com.openfin.desktop.LayoutContentItemOptions
-
- getLayoutOptions() - Method in class com.openfin.desktop.WindowOptions
-
- 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
- getList(String) - Method in class com.openfin.desktop.JsonBean
-
- getLocalManifestFileName() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Get name of local manifest file name
- 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
}
- getMachineId(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Gets Machine ID
- 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.
- getManifestLocation() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Get location of app manifest.
- getManifestUrl() - Method in class com.openfin.desktop.notifications.FeedApplication
-
- 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.
- getMaxMessageSize() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Get max size of each message between Java adapter and Runtime
- 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.
- 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
- getMonitorInfo() - Method in class com.openfin.desktop.platform.PlatformSnapshotDetails
-
- getMonitorInfoAsync() - Method in class com.openfin.desktop.OpenFinRuntime
-
- getMousePosition(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Returns the mouse in virtual screen coordinates (left, top)
- getNack(Object, Exception) - Static method in class com.openfin.desktop.DesktopUtils
-
- getName() - Method in class com.openfin.desktop.ApplicationOptions
-
Gets name of the application
- getName() - Method in class com.openfin.desktop.channel.Channel
-
Get the name of the channel
- getName() - Method in class com.openfin.desktop.channel.ChannelBase
-
- getName() - Method in class com.openfin.desktop.channel.ConnectionEvent
-
- getName() - Method in class com.openfin.desktop.channel.EndpointIdentity
-
- getName() - Method in class com.openfin.desktop.Identity
-
- getName() - Method in class com.openfin.desktop.interop.Context
-
- getName() - Method in class com.openfin.desktop.interop.DisplayMetadata
-
- getName() - Method in class com.openfin.desktop.interop.Intent
-
- getName() - Method in class com.openfin.desktop.MonitorDetails
-
- getName() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- getName() - Method in class com.openfin.desktop.PrinterInfo
-
- getName() - Method in class com.openfin.desktop.WebContent
-
Gets name
- getName() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
-
Get name of this window
- getName() - Method in class com.openfin.desktop.WindowGroupChangeEvent
-
Name of the window
- getName() - Method in class com.openfin.desktop.WindowIdentity
-
- 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
- getNonPrimaryMonitors() - Method in class com.openfin.desktop.MonitorInfo
-
- getNotificationOptions() - Method in class com.openfin.desktop.notifications.events.NotificationEvent
-
- getNoUI() - Method in class com.openfin.desktop.RVMOptions
-
- getOnClick() - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- getOnClose() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getOnExpire() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getOnSelect() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- 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() - Method in class com.openfin.desktop.platform.PlatformView
-
- 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
- getParentUuid(AsyncCallback<String>, AckListener) - Method in class com.openfin.desktop.Application
-
Retrieves UUID of the application that launches this application.
- getParentWindow() - Method in class com.openfin.desktop.Window
-
Get parent window
- getPayload() - Method in class com.openfin.desktop.channel.ChannelClientConnectEvent
-
- 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
- getPreload() - Method in class com.openfin.desktop.WindowOptions
-
Get the URL of the preload script that will be retrieved (and cached, if needed) and eval'ed before any other script.
- getPrimaryMonitor() - Method in class com.openfin.desktop.MonitorInfo
-
- getPrinters() - Method in class com.openfin.desktop.WebContent
-
- getProcessAffinity() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- 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
-
- getProviderStatus() - Method in class com.openfin.desktop.notifications.Notifications
-
Get notification service provider status.
- getProxySettings(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Retrieves the proxy settings object
- 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.
- getRectangle(String) - Method in class com.openfin.desktop.JsonBean
-
- 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.notifications.events.NotificationActionEvent
-
Get application-defined metadata that this event is passing back to the application.
- getResult() - Method in class com.openfin.desktop.TerminateExternalProcessResult
-
- getRuntimeFallbackVersion() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Get fallback version number of Runtime to launch
- getRuntimeInfo(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Returns the version of the runtime
- getRuntimeInfo() - Method in class com.openfin.desktop.platform.PlatformSnapshotDetails
-
- getRuntimeInstallDirectory() - Static method in class com.openfin.desktop.win32.RegistryHelper
-
- getRuntimePort() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Get port number of Runtime websocket server
- getRuntimeVersion() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Get version number of Runtime
- getRvmInfo(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Returns information about the running RVM
- getRVMInstallDirectory() - Static method in class com.openfin.desktop.win32.RegistryHelper
-
- getSameOriginInjection() - Method in class com.openfin.desktop.platform.IFrameOptions
-
- 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.
- getSecurityRealm() - Method in class com.openfin.desktop.RuntimeConfiguration
-
Get security realm
- 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() - Method in class com.openfin.desktop.platform.Platform
-
Returns a snapshot of the platform in its current state.
- getSnapshot() - Method in interface com.openfin.desktop.snapshot.SnapshotSourceProvider
-
The method to be invoked when requesting the current snapshot
- getSnapshot(AckListener) - Method in class com.openfin.desktop.Window
-
Gets a base64 encoded PN snapshot of the window
- getSnapshotAsync() - Method in class com.openfin.desktop.snapshot.SnapshotSourceClient
-
Gets current snapshot from the snapshot provider.
- getSnapshotDetails() - Method in class com.openfin.desktop.platform.PlatformSnapshot
-
- getSnapshotSource() - Method in class com.openfin.desktop.DesktopConnection
-
Gets SnapshotSource API object
- getSource() - Method in class com.openfin.desktop.notifications.events.NotificationActionEvent
-
Notifications can be created by both desktop applications and as push
notifications from a notification feed.
- 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.
- getSticky() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getString(String) - Method in class com.openfin.desktop.JsonBean
-
Helper method to extract data field from underlying JSONObject
- getStringValue(JSONObject, String, String) - Static method in class com.openfin.desktop.JsonUtils
-
Retrieve a string value from a JSONObject
- getStylesheetUrl() - Method in class com.openfin.desktop.platform.PlatformWindowOptions
-
- getTarget() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- 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
-
- getText() - Method in class com.openfin.desktop.notifications.NotificationIndicator
-
- getTimeStamp() - Method in class com.openfin.desktop.platform.PlatformSnapshotDetails
-
- getTitle() - Method in class com.openfin.desktop.LayoutContentItemOptions
-
- getTitle() - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- getTitle() - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- getTop() - Method in class com.openfin.desktop.animation.PositionTransition
-
Gets value of top
- getTop() - Method in class com.openfin.desktop.WindowBounds
-
- getTrayIconInfo(AsyncCallback<JSONObject>, AckListener) - Method in class com.openfin.desktop.Application
-
Retrieves information about the custom icon the application previously set in the system tray via setTrayIcon().
- getTrigger() - Method in class com.openfin.desktop.notifications.events.NotificationActionEvent
-
Indicates what triggered this action.
- getType() - Method in class com.openfin.desktop.ActionEvent
-
Gets event type
- getType() - Method in class com.openfin.desktop.interop.Context
-
- getType() - Method in interface com.openfin.desktop.LayoutContentOptions
-
- getType() - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- getType() - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- getType() - Method in class com.openfin.desktop.notifications.events.NotificationEvent
-
- getType() - Method in class com.openfin.desktop.notifications.NotificationIndicator
-
- getType() - Method in interface com.openfin.desktop.notifications.NotificationSource
-
Get notification source type.
- getType() - Method in class com.openfin.desktop.notifications.NotificationSourceDesktop
-
- getType() - Method in class com.openfin.desktop.notifications.NotificationSourceFeed
-
- getURL() - Method in class com.openfin.desktop.ApplicationOptions
-
Gets URL of the application
- getUrl() - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- 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.channel.ChannelBase
-
- getUuid() - Method in class com.openfin.desktop.channel.ConnectionEvent
-
- getUuid() - Method in class com.openfin.desktop.channel.EndpointIdentity
-
- getUuid() - Method in class com.openfin.desktop.DesktopConnection
-
Gets the UUID of this connection.
- getUuid() - Method in class com.openfin.desktop.Identity
-
- getUuid() - Method in class com.openfin.desktop.notifications.FeedApplication
-
- getUuid() - Method in class com.openfin.desktop.platform.Platform
-
Get UUID of this platform object.
- getUuid() - Method in class com.openfin.desktop.WebContent
-
Gets UUID
- getUuid() - Method in class com.openfin.desktop.WindowGroupChangeEvent
-
The UUID of the application the window belongs to
- getUuid() - Method in class com.openfin.desktop.WindowIdentity
-
- getVersion() - Method in class com.openfin.desktop.ApplicationOptions
-
Gets version of the application
- getVersion() - Method in class com.openfin.desktop.notifications.ProviderStatus
-
Get the version number of the Provider.
- getVersion(AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Gets AppDesktop version number
- getWhitelist() - Method in class com.openfin.desktop.platform.ContentNavigationOptions
-
- 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.
- getWindows() - Method in class com.openfin.desktop.platform.PlatformSnapshot
-
- getWorkingDirectory() - Method in class com.openfin.desktop.RVMOptions
-
- getZoomLevel() - Method in class com.openfin.desktop.WebContent
-
- getZoomLevel(AsyncCallback<Double>, AckListener) - Method in class com.openfin.desktop.Window
-
Gets the current zoom level of the window
- GWL_HWNDPARENT - Static variable in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
-
- SC_CLOSE - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- SC_MAXIMIZE - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- SC_MINIMIZE - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- SC_RESTORE - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- 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
- sendActionAsync(String, JSONObject, Object) - Method in class com.openfin.desktop.DesktopConnection
-
- setAccelerator(AcceleratorOptions) - Method in class com.openfin.desktop.WindowOptions
-
Set keyboard shortcut options.
- setAdditionalRuntimeArguments(String) - Method in class com.openfin.desktop.DesktopConnection
-
- setAdditionalRuntimeArguments(String) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Set additional arguments for Runtime
- setAdditionalRvmArguments(String) - Method in class com.openfin.desktop.DesktopConnection
-
- setAdditionalRvmArguments(String) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Set additional arguments for RVM and Installer
- setAfterAction(Middleware) - Method in class com.openfin.desktop.channel.ChannelBase
-
Register an action that fires after the action.
- setApplicationIcon(String) - Method in class com.openfin.desktop.ApplicationOptions
-
Sets URL of application icon
- setArray(String, Collection<T>) - Method in class com.openfin.desktop.JsonBean
-
- 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
- setAutoResizeOptions(AutoResizeOptions) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setAutoShow(boolean) - Method in class com.openfin.desktop.WindowOptions
-
The AutoShow property represents a flag to automatically
show the Window when it is created.
- setBackgroundColor(String) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setBeforeAction(Middleware) - Method in class com.openfin.desktop.channel.ChannelBase
-
Register an action that fires before the action.
- setBlacklist() - Method in class com.openfin.desktop.platform.ContentNavigationOptions
-
- setBoolean(String, Boolean) - Method in class com.openfin.desktop.JsonBean
-
- setBounds(int, int, int, int) - Method in class com.openfin.desktop.platform.PlatformView
-
- setBounds(Rectangle) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setBounds(int, int, int, int) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setBounds(int, int, int, int, AckListener) - Method in class com.openfin.desktop.Window
-
Sets the current bounds (top, left, width, height) of the window
- setButtons(ButtonOptions...) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setChannelName(String) - Method in class com.openfin.desktop.channel.AbstractServiceClient
-
- setClipboard(String, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Copies text to the clipboard
- setCloseExistingWindows(boolean) - Method in class com.openfin.desktop.platform.PlatformSnapshotOptions
-
- setColor(String) - Method in class com.openfin.desktop.interop.DisplayMetadata
-
- setComponentName(String) - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- setContent(LayoutContentOptions...) - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- setContent(List<LayoutContentOptions>) - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- setContent(LayoutContentOptions...) - Method in class com.openfin.desktop.LayoutOptions
-
- setContent(List<LayoutContentOptions>) - Method in class com.openfin.desktop.LayoutOptions
-
- setContext(Context) - Method in class com.openfin.desktop.interop.Intent
-
- setContext(Context) - Method in interface com.openfin.desktop.interop.InteropClient
-
Sets a context for the context group of the current entity.
- setContext(Context) - Method in class com.openfin.desktop.interop.InteropClientImpl
-
- 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.
- setContextMenuSettings(ContextMenuSettings) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setCookie(String, String, String, long, boolean, boolean, AckListener) - Method in class com.openfin.desktop.OpenFinRuntime
-
Stores a cookie in the runtime
- setCookie(String, String, 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.
- setCrossOriginInjection(Boolean) - Method in class com.openfin.desktop.platform.IFrameOptions
-
- setCta(Boolean) - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- setCustomContext(Object) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setCustomData(CustomData) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setCustomData(Object) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setDate(Date) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setDefaultAction(Middleware) - Method in class com.openfin.desktop.channel.ChannelBase
-
Sets a default action.
- 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.
- setDefaultViewOptions(PlatformViewOptions) - Method in class com.openfin.desktop.platform.PlatformOptions
-
- setDefaultWidth(int) - Method in class com.openfin.desktop.WindowOptions
-
- setDefaultWindowOptions(PlatformWindowOptions) - Method in class com.openfin.desktop.platform.PlatformOptions
-
- setDevtools(boolean) - Method in class com.openfin.desktop.AcceleratorOptions
-
Enables/Disables devtools keyboard shortcut:
Ctrl + Shift + I (Toggles Devtools)
- setDevtools(boolean) - Method in class com.openfin.desktop.platform.ContextMenuSettings
-
- setDevToolsPort(int) - Method in class com.openfin.desktop.DesktopConnection
-
- 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
- setDisableAutoUpdates(boolean) - Method in class com.openfin.desktop.RVMOptions
-
- setDisableIabSecureLogging(boolean) - Method in class com.openfin.desktop.WindowOptions
-
The disableIabSecureLogging property represents a flag to disable secure logging in IAB
Default: false
- setDisplayMetadata(DisplayMetadata) - Method in class com.openfin.desktop.interop.ContextGroupInfo
-
- setDoNotLaunch(boolean) - Method in class com.openfin.desktop.RuntimeConfiguration
-
RVM option, to perform all of the startup sequence steps but do not launch the app
- setDoNotLaunch(boolean) - Method in class com.openfin.desktop.RVMOptions
-
- 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
- setEnable(boolean) - Method in class com.openfin.desktop.platform.ContextMenuSettings
-
- setEndpointId(String) - Method in class com.openfin.desktop.channel.ClientIdentity
-
- setEndpointId(String) - Method in class com.openfin.desktop.ClientIdentity
-
- setEventHandler(WebSocketEventHandler) - Method in class com.openfin.desktop.net.WebSocketConnection
-
- setExpires(Date) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setFrame(boolean) - Method in class com.openfin.desktop.WindowOptions
-
The Frame property represents a flag to show the frame.
- setGlyph(String) - Method in class com.openfin.desktop.interop.DisplayMetadata
-
- setHasFrame(WinDef.HWND, boolean) - Method in class com.openfin.desktop.win32.ExternalWindowObserver
-
Enable or disable window frame
- setHeight(Integer) - Method in class com.openfin.desktop.animation.SizeTransition
-
Sets value of height
- setHeight(boolean) - Method in class com.openfin.desktop.platform.AutoResizeOptions
-
- 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.
- setHorizontal(boolean) - Method in class com.openfin.desktop.platform.AutoResizeOptions
-
- setIcon(String) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setId(JSONObject) - Method in class com.openfin.desktop.interop.Context
-
- setId(String) - Method in class com.openfin.desktop.interop.ContextGroupInfo
-
- setId(String) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setIFrameOptions(IFrameOptions) - Method in class com.openfin.desktop.platform.ApiOptions
-
- setIndicator(NotificationIndicator) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setInstallDirectory(String) - Method in class com.openfin.desktop.RVMOptions
-
- setInteger(String, Integer) - Method in class com.openfin.desktop.JsonBean
-
- setJsonArray(String, List<T>) - Method in class com.openfin.desktop.JsonBean
-
- setJsonBean(String, T) - Method in class com.openfin.desktop.JsonBean
-
- setLaunchRVMPath(String) - Method in class com.openfin.desktop.RuntimeConfiguration
-
By default, Java adapter launches Runtime with OpenFin installer.
- setLayoutContentItemStateOptions(LayoutContentItemStateOptions) - Method in class com.openfin.desktop.LayoutContentItemOptions
-
- setLayoutOptions(LayoutOptions) - Method in class com.openfin.desktop.WindowOptions
-
- 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
- setLocalManifestFileName(String) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Set name of automatically generated local manifest file.
- setLogLevel(boolean) - Method in class com.openfin.desktop.DesktopConnection
-
Deprecated.
- setLong(String, Long) - Method in class com.openfin.desktop.JsonBean
-
- setMainWindowOptions(WindowOptions) - Method in class com.openfin.desktop.ApplicationOptions
-
Sets options of main window of the application
- setManifestLocation(String) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Set location of app manifest
- 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.
- setMaxMessageSize(int) - Method in class com.openfin.desktop.net.WebSocketConnection
-
- setMaxMessageSize(int) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Set max size of each message between Java adapter and Runtime
- setMaxWidth(int) - Method in class com.openfin.desktop.WindowOptions
-
The MaxWidth property represents the maximum width of a window.
- 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.Identity
-
- setName(String) - Method in class com.openfin.desktop.interop.Context
-
- setName(String) - Method in class com.openfin.desktop.interop.DisplayMetadata
-
- setName(String) - Method in class com.openfin.desktop.interop.Intent
-
- setName(String) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setName(String) - Method in class com.openfin.desktop.WindowIdentity
-
- setName(String) - Method in class com.openfin.desktop.WindowOptions
-
Set name of the window
- setNonPersistent(Boolean) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Automatically disconnect the adapter from the runtime when the last application or persistent connection closes
Defaults to false
- setNoUI(boolean) - Method in class com.openfin.desktop.RVMOptions
-
- setOnClick(NotificationActionResult) - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- setOnClose(NotificationActionResult) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setOnError(Middleware) - Method in class com.openfin.desktop.channel.ChannelBase
-
Register an error handler.
- setOnExpire(NotificationActionResult) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setOnSelect(NotificationActionResult) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- 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
- setPreload(String) - Method in class com.openfin.desktop.WindowOptions
-
Set A URL of the preload script that will be retrieved (and cached, if needed) and eval'ed before any other script.
- setProcessAffinity(String) - Method in class com.openfin.desktop.LayoutContentItemOptions
-
- setProcessAffinity(String) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setRdmUrl(String) - Method in class com.openfin.desktop.DesktopConnection
-
- setRectangle(String, Rectangle) - Method in class com.openfin.desktop.JsonBean
-
- setReload(boolean) - Method in class com.openfin.desktop.AcceleratorOptions
-
Enables/Disables reload keyboard shortcuts:
Ctrl + R (Windows)
F5 (Windows)
Command + R (Mac)
- setReload(boolean) - Method in class com.openfin.desktop.platform.ContextMenuSettings
-
- setReloadIgnoringCache(boolean) - Method in class com.openfin.desktop.AcceleratorOptions
-
Enables/Disables reload-from-source keyboard shortcut:
Ctrl + Shift + R (Windows)
Shift + F5 (Windows)
Command + Shift + R (Mac)
- 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
- setRuntimeFallbackVersion(String) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Set fallback version number of Runtime to launch
- setRuntimePort(int) - Method in class com.openfin.desktop.RuntimeConfiguration
-
Set port number of Runtime websocket server
- setRuntimeSecurityRealm(String) - Method in class com.openfin.desktop.DesktopConnection
-
- 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.
- setSameOriginInjection(Boolean) - Method in class com.openfin.desktop.platform.IFrameOptions
-
- 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.
- setSticky(String) - Method in class com.openfin.desktop.notifications.NotificationOptions
-
- setString(String, String) - Method in class com.openfin.desktop.JsonBean
-
- setStylesheetUrl(String) - Method in class com.openfin.desktop.platform.PlatformWindowOptions
-
- setSunPath(String) - Method in class com.openfin.desktop.nix.NamedPipePortHandler.SockAddr
-
- 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.
- setText(String) - Method in class com.openfin.desktop.notifications.NotificationIndicator
-
- setTitle(String) - Method in class com.openfin.desktop.LayoutContentItemOptions
-
- 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
- setType(String) - Method in class com.openfin.desktop.interop.Context
-
- setType(String) - Method in class com.openfin.desktop.LayoutContentOptionsImpl
-
- setType(String) - Method in class com.openfin.desktop.notifications.ButtonOptions
-
- setUrl(String) - Method in class com.openfin.desktop.platform.PlatformViewOptions
-
- setUrl(String) - Method in class com.openfin.desktop.WindowOptions
-
Set name of the window
- setUseNamedPipePortDiscovery(boolean) - Method in class com.openfin.desktop.RuntimeConfiguration
-
- setUuid(String) - Method in class com.openfin.desktop.Identity
-
- setUuid(String) - Method in class com.openfin.desktop.WindowIdentity
-
- setVersion(String) - Method in class com.openfin.desktop.ApplicationOptions
-
Sets version of the application
- setVertical(boolean) - Method in class com.openfin.desktop.platform.AutoResizeOptions
-
- setWhitelist() - Method in class com.openfin.desktop.platform.ContentNavigationOptions
-
- setWidth(Integer) - Method in class com.openfin.desktop.animation.SizeTransition
-
Sets value of width
- setWidth(boolean) - Method in class com.openfin.desktop.platform.AutoResizeOptions
-
- setWidth(Integer) - Method in class com.openfin.desktop.WindowBounds
-
- SetWindowLong(WinDef.HWND, int, WinMessageHelper.CustomWindowProc) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
-
- SetWindowLong(WinDef.HWND, int, Pointer) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
-
- SetWindowLongPtr(WinDef.HWND, int, WinMessageHelper.CustomWindowProc) - Method in interface com.openfin.desktop.win32.WinMessageHelper.CustomUser32
-
- setWindowOptions(WindowOptions) - Method in class com.openfin.desktop.win32.ExternalWindowObserver
-
Set options for the window
- setWindows(WindowOptions...) - Method in class com.openfin.desktop.platform.PlatformSnapshot
-
- setWindows(List<WindowOptions>) - Method in class com.openfin.desktop.platform.PlatformSnapshot
-
- setWorkingDirectory(String) - Method in class com.openfin.desktop.RVMOptions
-
- setZoom(boolean) - Method in class com.openfin.desktop.AcceleratorOptions
-
Enables/Disables zoom keyboard shortcut:
Ctrl + + (Zoom In)
Ctrl + Shift + + (Zoom In)
Ctrl + - (Zoom Out)
Ctrl + Shift + - (Zoom Out)
Ctrl + Scroll (Zoom In & Out)
Ctrl + 0 (Restore to 100%)
- setZoomLevel(double) - Method in class com.openfin.desktop.WebContent
-
- setZoomLevel(double, AckListener) - Method in class com.openfin.desktop.Window
-
Sets the zoom level of the window
- 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
- showDeveloperTools() - Method in class com.openfin.desktop.WebContent
-
- showDeveloperTools(AckListener) - Method in class com.openfin.desktop.Window
-
Shows window's developer tools
- SIZE_MAXHIDE - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
-
- SIZE_MAXIMIZED - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
-
- SIZE_MAXSHOW - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
-
- SIZE_MINIMIZED - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
-
- SIZE_RESTORED - Static variable in class com.openfin.desktop.win32.ExternalWindowObserver
-
- 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
-
- SnapshotSource - Class in com.openfin.desktop.snapshot
-
SnapshotSource provides methods to init and register the SnapshotSourceProvider or to create a SnapshotSourceClient that connects
to a snapshot source provider.
- SnapshotSource(DesktopConnection) - Constructor for class com.openfin.desktop.snapshot.SnapshotSource
-
Constructor of SnapshotSource
- SnapshotSourceClient - Class in com.openfin.desktop.snapshot
-
SnapshotSourceClient connects to an SnapshotSourceProvider, which allows getting and applying snapshots.
- SnapshotSourceClient(DesktopConnection, String) - Constructor for class com.openfin.desktop.snapshot.SnapshotSourceClient
-
Constructor of SnapshotSourceClient
- SnapshotSourceProvider - Interface in com.openfin.desktop.snapshot
-
Interface to be implemented to provide snapshot operations.
- SockAddr() - Constructor for class com.openfin.desktop.nix.NamedPipePortHandler.SockAddr
-
- start(DesktopConnection, PlatformOptions) - Static method in class com.openfin.desktop.platform.Platform
-
- start() - Method in class com.openfin.desktop.win32.ExternalWindowObserver
-
- startFromManifest(DesktopConnection, String) - Static method in class com.openfin.desktop.platform.Platform
-
Retrieves platforms's manifest and returns a wrapped and running Platform.
- STICKY_STICKY - Static variable in class com.openfin.desktop.notifications.NotificationOptions
-
- STICKY_TRANSIENT - Static variable in class com.openfin.desktop.notifications.NotificationOptions
-
- stopFindInPage(String) - Method in class com.openfin.desktop.WebContent
-
- stopFlashing(AckListener) - Method in class com.openfin.desktop.Window
-
Stops flashing of taskbar and window caption
- stopNavigation() - Method in class com.openfin.desktop.WebContent
-
- stopWindowNavigation(AckListener) - Method in class com.openfin.desktop.Window
-
Stops window navigation.
- 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
- sun_family - Variable in class com.openfin.desktop.nix.NamedPipePortHandler.SockAddr
-
- sun_path - Variable in class com.openfin.desktop.nix.NamedPipePortHandler.SockAddr
-
- SWP_HIDEWINDOW - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- SWP_NOMOVE - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- SWP_NOSIZE - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- SWP_SHOWWINDOW - Static variable in class com.openfin.desktop.win32.WinMessageHelper
-
- System - Class in com.openfin.desktop
-
- System(DesktopConnection) - Constructor for class com.openfin.desktop.System
-
Deprecated.
Constructor