WindowHelper
class allows to get the list of native Windows on the machine on which the framework is running.
UAAppliHelper.jar
library, you will need to reference it in your application configuration. For example: <applications> <application name="uaappli"> <deployment> <lib url="UAApplication.jar" /> <lib url="UAAppliHelper.jar" /> </deployment> <modules> <module name="uaappli"/> </modules> </application> </applications>
Map<String, NativeWindow> windows = WindowsHelper.getNativeWindows("L-PFD", "R-PFD", "MFD");
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence