Package br.com.procempa.modus.entity

Examples of br.com.procempa.modus.entity.FilaInscricao


      private static final long serialVersionUID = 73826434632827873L;

      public void actionPerformed(ActionEvent e) {

        FilaInscricao le = (FilaInscricao) getTable().getValueAt(
              getTable().getSelectedRows()[0], -1);
       
        JComponent form = UsuarioForm.getInstance(le.getUsuario(), FILAINSCRICAOPANEL);
        Main.getInstance().buildPanel(form);
      }
    };

    return actionEdit;
View Full Code Here

TOP

Related Classes of br.com.procempa.modus.entity.FilaInscricao

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.