Examples of EmptyProjectType


Examples of de.yaams.maker.programm.project.empty.EmptyProjectType

   * Create a new ProjectCache
   */
  public static void start() {
    projects = new XMLHelper<ArrayList<BasisListElement>>().loadXML(new File(YAamsCore.programPath, "projects.xml"));
    types = new HashMap<String, ProjectType>();
    empty = new EmptyProjectType();

    // add save
    ExtentionManagement.add(ExtentionManagement.SAVE, new IExtension() {

      @Override
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.