Package starlight.taliis.helpers

Examples of starlight.taliis.helpers.adtChecker.check()


      openedFile os = fm.getActiveFile();
      if(os.obj instanceof adt) {
        adt f = (adt)os.obj;
       
        adtChecker check = new adtChecker(f);
        check.check();
      }
    }
  }

}
View Full Code Here


     
      o.render();
     
      // check
      adtChecker check = new adtChecker((adt)o);
    /*  if(*/check.check();/*==0) {*/
        fileLoader.saveBuffer(o.buff , f.f.getAbsolutePath());
        return 1;
    //  } else return -2;
    }
    return -1;
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.