Package com.alibaba.antx.config.gui.action

Examples of com.alibaba.antx.config.gui.action.ExitAction


    public ConfiguratorGUI(MainWindow mainWindow, ConfigRuntimeImpl runtime) {
        this.mainWindow = mainWindow;
        this.runtime = runtime;
        this.openAction = new SettingsAction(this);
        this.exitAction = new ExitAction(this);
    }
View Full Code Here

TOP

Related Classes of com.alibaba.antx.config.gui.action.ExitAction

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.