Package ru.snake.spritepacker.actions

Examples of ru.snake.spritepacker.actions.ExitApplicationAction


        factory));
    actionMap.put(EXPORT_ATLAS, new ExportAtlasAction(this, factory));
    actionMap.put(EXPORT_PROJECT, new ExportProjectAction(this, factory));
    actionMap.put(EXPORT_ANIMATION,
        new ExportAnimationAction(this, factory));
    actionMap.put(EXIT_APPLICATION, new ExitApplicationAction(this));
    actionMap.put(CREATE_ANIMATION, new CreateAnimationAction(factory));
    actionMap.put(RENAME_ANIMATION,
        new RenameAnimationAction(this, factory));
    actionMap.put(REMOVE_ANIMATION,
        new RemoveAnimationAction(this, factory));
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.actions.ExitApplicationAction

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.