Package q_impress.pmi.lib.project

Examples of q_impress.pmi.lib.project.SimpleNameManager


 
  /**
   * Resets the translator.
   */
  private void reset() {
    modulesNameManager = new SimpleNameManager();
    actionsNameManager = new SimpleNameManager();
    modelWriter = null;
    moduleTranslators.clear();
   
    decFactory = null;
    activity = null;
View Full Code Here

TOP

Related Classes of q_impress.pmi.lib.project.SimpleNameManager

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.