Package cbg.editor.jedit

Examples of cbg.editor.jedit.CatalogReader


    }
    return modeList;
  }

  protected void loadCatalog() {
    CatalogReader reader = new CatalogReader();
    modeList = reader.read("modes/catalog");
    for (int i = 0; i < modeList.length; i++) {
      Mode mode = modeList[i];
      modes.put(mode.getFilename(), mode);
    }
  }
View Full Code Here

TOP

Related Classes of cbg.editor.jedit.CatalogReader

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.