Gets the parent window.
Example
var finWindow = fin.desktop.Window.getCurrent(),
    parentWindow = finWindow.getParentWindow();
Gets the parent window.
var finWindow = fin.desktop.Window.getCurrent(),
    parentWindow = finWindow.getParentWindow();