Package vista

Examples of vista.ModificarServicio


       
        int id = Integer.parseInt((String) a.table.getValueAt(fila, 0));
          Servicio servicio = halconController.GetServicioById(id);
         
          if (columna == mod){
            ModificarServicio m = new ModificarServicio(this.a, servicio);
            a.removeAll();
            a.add(m);
           
           
           }
View Full Code Here

TOP

Related Classes of vista.ModificarServicio

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.