Package ru.snake.spritepacker.actions.plugin

Examples of ru.snake.spritepacker.actions.plugin.ImportPlugunAction


    if (pluginLoader.hasImportPlugins()) {
      pimport.addSeparator();

      for (ImportPlugin plugin : pluginLoader.getImportPlugins()) {
        pimport.add(new ImportPlugunAction(this, factory, plugin));
      }
    }

    project.add(createMenuItem(NEW_PROJECT));
    project.add(createMenuItem(OPEN_PROJECT));
View Full Code Here

TOP

Related Classes of ru.snake.spritepacker.actions.plugin.ImportPlugunAction

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.