Uses of Class
com.openfin.desktop.DesktopIOException

Packages that use DesktopIOException
com.openfin.desktop   
com.openfin.desktop.win32   
 

Uses of DesktopIOException in com.openfin.desktop
 

Methods in com.openfin.desktop that throw DesktopIOException
 void Window.blur()
          Removes focus to the window
 void Window.bringToFront()
          Brings the window to the front of the window stack
 void OpenFinRuntime.clearCache(boolean cache, boolean cookies, boolean localStorage, boolean appcache, boolean userData)
          Clears cached data containing window state/positions, application resource files (images, HTML, JavaScript files) cookies, and items stored in the Local Storage.
 void Window.close()
          Closes the window
 void Application.close()
          Closes the application and any child windows created by the application
 void DesktopConnection.connect(DesktopStateListener listener)
          Deprecated. use DesktopConnection.connectToVersion(String, DesktopStateListener, int) instead.
 void DesktopConnection.connectToVersion(String desktopVersion, DesktopStateListener listener, int timeout)
          Connect to specified version of Desktop.
 void OpenFinRuntime.deleteCacheOnRestart()
          Clears all cached data when App Desktop is restarted
 void OpenFinRuntime.exit()
          Exit Runtime
 void Window.focus()
          Gives focus to the window
 void Window.hide()
          Hides the window if it is shown
 void Window.joinGroup(Window 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.
 void DesktopConnection.launchAndConnect(String commandLineArguments, DesktopStateListener listener, int timeout)
          Deprecated. use DesktopConnection.connectToVersion(String, DesktopStateListener, int) instead.
 void DesktopConnection.launchAndConnect(String desktopPath, String commandLineArguments, DesktopStateListener listener, int timeout)
          Deprecated. use DesktopConnection.connectToVersion(String, DesktopStateListener, int) instead.
 void Window.leaveGroup()
          Leaves the current window group so that the window can be move independently of those in the group.
 void OpenFinRuntime.log(String level, String message)
          Writes a message to the log
 void Window.maximize()
          Maximizes the window
 void Window.mergeGroups(Window window)
          Merges the instance's window group with the same window group as the specified window.
 void Window.minimize()
          Minimizes the window
 void Window.moveBy(int deltaLeft, int deltaTop)
          Moves the window by a specified amount
 void Window.moveBy(int deltaLeft, int deltaTop, AckListener listener)
          Moves the window by a specified amount
 void Window.moveTo(int left, int top)
          Moves the window to a specified location
 void Window.moveTo(int left, int top, AckListener listener)
          Moves the window to a specified location
 void OpenFinRuntime.openUrlWithBrowser()
          Opens the passed URL
 void InterApplicationBus.publish(String topic, Object message)
          Publishes a message to a topic
 void InterApplicationBus.publish(String topic, Object message, AckListener callback)
          Publishes a message to a topic
 void Window.resizeBy(int deltaWidth, int deltaHeight, String anchor)
          Resizes the window by the specified amount
 void Window.resizeTo(int width, int height, AckListener listener)
          Resizes the window to the specified dimensions
 void Window.resizeTo(int width, int height, String anchor)
          Resizes the window to the specified dimensions
 void Application.restart()
          Restarts the application
 void Window.restore()
          Restores the window
 void Application.run()
          Runs the application
 void InterApplicationBus.send(String destinationUuid, String topic, Object message)
          Sends a message to an application
 void InterApplicationBus.send(String destinationUuid, String topic, Object message, AckListener listener)
          Sends a message to an application
 void DesktopConnection.sendAction(String action, org.json.JSONObject payload)
          Sends a message to AppDesktop
 void Window.show()
          Shows the window if it is hidden
 void Window.showAt(int left, int top, boolean toggle)
          Shows the window if it is hidden at the specified location
 void Window.showAt(int left, int top, boolean toggle, AckListener listener)
          Shows the window if it is hidden at the specified location
 void InterApplicationBus.subscribe(String sourceUuid, String topic, BusListener listener)
          Subscribes to messages on the specified topic
 void InterApplicationBus.subscribe(String sourceUuid, String topic, BusListener listener, AckListener callback)
          Subscribes to messages on the specified topic
 void Application.terminate()
          Closes the application by terminating its process.
 void InterApplicationBus.unsubscribe(String sourceUuid, String topic, BusListener listener)
          Unsubscribes to messages on the specified topic
 void InterApplicationBus.unsubscribe(String sourceUuid, String topic, BusListener listener, AckListener callback)
          Unsubscribes to messages on the specified topic
 void Window.updateOptions(org.json.JSONObject options)
          Changes a window's options that were defined upon creation
 void Application.waitFor()
          Waits for a hanging application.
 

Uses of DesktopIOException in com.openfin.desktop.win32
 

Constructors in com.openfin.desktop.win32 that throw DesktopIOException
ExternalWindowObserver(int port, String parentAppUuid, String name, Window window, AckListener listener)
          Establishes a connection and registers the window identified by hWnd with the desktop.
 



Copyright © 2016. All rights reserved.