Package com.googlecode.mcvaadin

Examples of com.googlecode.mcvaadin.McApplication


     *
     * @see #getApp()
     * @return Main window instance or null if not found.
     */
    public Window getMainWin() {
        McApplication a = getApp();
        if (a != null) {
            return a.getMainWindow();
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of com.googlecode.mcvaadin.McApplication

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.