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  
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.
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
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
RuntimeLauncher — class, package fin.desktop
RuntimeLauncher(appJsonURL:String, onComplete:any) — Constructor, class fin.desktop.RuntimeLauncher
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