Package ru.snake.spritepacker.actions

Examples of ru.snake.spritepacker.actions.ApplicationSettingsAction


    actionMap.put(SAVE_PROJECT_AS, new SaveProjectAsAction(this, factory));
    actionMap.put(VIEW_ATLAS, new ViewAtlasAction(this, factory));
    actionMap.put(SETTINGS_PROJECT,
        new ProjectSettingsAction(this, factory));
    actionMap
        .put(SETTINGS_APPLICATION, new ApplicationSettingsAction(this));
    actionMap.put(IMPORT_ANIMATION,
        new ImportAnimationAction(this, factory));
    actionMap.put(IMPORT_TEXTURE, new ImportTextureAction(this, factory));
    actionMap.put(IMPORT_TILED_TEXTURE, new ImportTiledTextureAction(this,
        factory));
View Full Code Here

TOP

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

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.