Examples of XWindow2


Examples of com.sun.star.awt.XWindow2

            for (com.sun.star.ui.XUIElement a:Arrays.asList(xLM.getElements())){
                myLogger.log(
                    Level.FINEST, "UIElements " + Arrays.asList(
                        ((XTypeProvider)UnoRuntime.queryInterface(
                        XTypeProvider.class,a.getRealInterface())).getTypes()));
                XWindow2 xw2 = (XWindow2)UnoRuntime.queryInterface(
                        XWindow2.class,a.getRealInterface());

            }

           
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.