Package fr.soleil.bossanova.model

Examples of fr.soleil.bossanova.model.Batch


  // --------------------------------------------------------------------------
  // BATCH CONSTRUCTION
  // --------------------------------------------------------------------------
  @Override
  public void cleanAll() {
    this.batch = new Batch();
    BossaNovaData.getSingleton().getApplication().setSelectedStep(0,null);
    setChangedAndNotify();
  }
View Full Code Here

TOP

Related Classes of fr.soleil.bossanova.model.Batch

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.