A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
rdmURL — Property, class fin.desktop.RuntimeConfiguration
Get URL of RDM service
reason — Property, class fin.desktop.events.NotificationEvent
if it's an error event, reason will be populated with the description of the cause of the error.
registerExternalWindow(uuid:String, name:String, callback:Function, errorCallback:Function) — Static Method , class fin.desktop.Window
releaseExternalProcess(processUuid:String, callback:Function, errorCallback:Function) — method, class fin.desktop.System
Removes the process entry for the passed UUID
removeAllListeners(type:String) — method, class fin.desktop.events.EventManager
removeEventListener(type:String, listener:Function, callback:Function, errorCallback:Function) — method, class fin.desktop.System
Removes a previously registered event listener from the specified event
removeEventListener(type:String, listener:Function, callback:Function, errorCallback:Function) — method, class fin.desktop.events.DesktopEventManager
Removes a previously registered event listener from the specified event
removeEventListener(type:String, listener:Function) — method, class fin.desktop.events.EventManager
removeSubscribeListener(listener:Function) — method, class fin.desktop.InterApplicationBus
removeTarget(target:fin.desktop.logging:AbstractTarget) — Static Method , class fin.desktop.logging.LoggerFactory
removeTrayIcon(callback:Function, errorCallback:Function) — method, class fin.desktop.Application
Removes the icon from the tray if there is one.
removeUnsubscribeListener(listener:Function) — method, class fin.desktop.InterApplicationBus
resizable — Property, class fin.desktop.WindowOptions
resizeBy(deltaWidth:Number, deltaHeight:Number, anchor:String, callback:Function, errorCallback:Function) — method, class fin.desktop.Window
Resizes the window by the specified amount
resizeRegion — Property, class fin.desktop.WindowOptions
resizeTo(width:Number, height:Number, anchor:String, callback:Function, errorCallback:Function) — method, class fin.desktop.Window
Resizes the window to the specified dimensions
RESPONDING — Constant Static Property, class fin.desktop.events.ApplicationEvent
restart(callback:Function, errorCallback:Function) — method, class fin.desktop.Application
Restarts the application
restore(callback:Function, errorCallback:Function) — method, class fin.desktop.Window
RESTORED — Constant Static Property, class fin.desktop.events.WindowEvent
run(callback:Function, errorCallback:Function) — method, class fin.desktop.Application
Runs the application
RUN_REQUESTED — Constant Static Property, class fin.desktop.events.ApplicationEvent
runtimeAssetURL — Property, class fin.desktop.RuntimeConfiguration
Get URL of Runtime assets
RuntimeConfiguration — class, package fin.desktop
Configuration for launching OpenFin Runtime
RuntimeConfiguration(uuid:String) — Constructor, class fin.desktop.RuntimeConfiguration
Constructor
runtimeFallbackVersion — Property, class fin.desktop.RuntimeConfiguration
Get fallback version number of Runtime to launch
runtimeInstallPath — Property, class fin.desktop.RuntimeConfiguration
Get path of Runtime install location
RuntimeLauncher — class, package fin.desktop
RuntimeLauncher(runtimeConfiguration:fin.desktop:RuntimeConfiguration) — Constructor, class fin.desktop.RuntimeLauncher
runtimeVersion — Property, class fin.desktop.RuntimeConfiguration
Get version number of Runtime
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z