Ejemplo n.º 1
0
  private void montaListeners() {

    btSelectAllDet.addActionListener(this);
    btDeselectAllDet.addActionListener(this);
    btLimparGridDet.addActionListener(this);
    btIniProdDet.addActionListener(this);

    btSelectAllAgrup.addActionListener(this);
    btDeselectAllAgrup.addActionListener(this);
    btLimparGridAgrup.addActionListener(this);

    btBuscar.addActionListener(this);

    lcProd.addCarregaListener(this);
    lcCliente.addCarregaListener(this);

    tabDet.addTabelaSelListener(this);
    tabDet.addMouseListener(this);

    tabbedAbas.addChangeListener(this);
  }