Uses of Class
com.openfin.desktop.WindowOptions

Packages that use WindowOptions
com.openfin.desktop   
 

Uses of WindowOptions in com.openfin.desktop
 

Methods in com.openfin.desktop that return WindowOptions
 WindowOptions ApplicationOptions.getMainWindowOptions()
          Get options of main window
 

Methods in com.openfin.desktop with parameters of type WindowOptions
 void Application.createChildWindow(WindowOptions windowOptions, AckListener callback)
          Create a child window of this application
 void ApplicationOptions.setMainWindowOptions(WindowOptions options)
          Sets options of main window of the application
 void Window.updateOptions(WindowOptions options, AckListener listener)
          Changes a window's options that were defined upon creation
 

Method parameters in com.openfin.desktop with type arguments of type WindowOptions
 void Window.getOptions(AsyncCallback<WindowOptions> callback, AckListener listener)
          Returns the current options as stored in the desktop
 



Copyright © 2016. All rights reserved.