Package com.nexirius.tools.properties.model

Examples of com.nexirius.tools.properties.model.MainModel


    public String getApplicationName() {
        return "EditProperties";
    }

    public void preInit() {
        mainModel = new MainModel();

        mainModel.addTitleListener(new TitleListener());
        // append the exit command to the main model
        mainModel.appendMethod(new ExitCommand());
        // attach the about command to the main model
View Full Code Here

TOP

Related Classes of com.nexirius.tools.properties.model.MainModel

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.