Package gui.models

Examples of gui.models.InfoRepresentationModel


   * Mise à jour des infos sur la représentation avec les information séléctionnées
   * 
   * @param r La représentation à mettre à jour
   */ 
  private void updateInfo(Representation r){
    infoRepTable.setModel(new InfoRepresentationModel(p,r));
    infoRepTable.setDefaultRenderer(Object.class, new TableCellRenderer());
    infoRepTable.repaint();   
    this.repaint();
  }
View Full Code Here

TOP

Related Classes of gui.models.InfoRepresentationModel

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.