Package com.sun.star.awt

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

Related Classes of com.sun.star.awt.XWindow2

Copyright © 2018 www.massapicom. 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.