Examples of mpqSources


Examples of de.taliis.dialogs.mpqSources

  public void setConfigManangerRef(configMananger cm) {
    this.cm = cm;
   
    // first start?
    if(cm.getGlobalConfig().getProperty("taliis_mpqLoader_init")==null)
      new mpqSources(cm);
  }
View Full Code Here

Examples of de.taliis.dialogs.mpqSources

    // TODO Auto-generated method stub
  }
 
  public void actionPerformed(ActionEvent e) {
    if(e.getSource()==mSources) {
      new mpqSources(cm);
     
      // reload mpq loaders list
      if(plugins==null) return;
      for(Plugin p : plugins) {
        if(p.getClass().toString().contains("mpqFileRequest")) {
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.