Package com.nexirius.framework.menu

Examples of com.nexirius.framework.menu.ApplicationMenu


    /**
     * creates an application menu and the tool bar based on a text file (in the class path) getApplicationName() + ".menu"
     */
    public ApplicationMenu getApplicationMenu() throws Exception {
        return new ApplicationMenu(getFactory(), getApplicationModel(), applicationCommands, getApplicationName() + ".menu");
    }
View Full Code Here

TOP

Related Classes of com.nexirius.framework.menu.ApplicationMenu

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.