public class TableListener
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
comboEventEnable |
boolean |
enableNewLineListener |
| Constructor and Description |
|---|
TableListener(TableContainer tableContainer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Captura y gestiona los eventos del control de la tabla para aņadir filas,
eliminar filas y moverse por la tabla.
|
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
public static boolean comboEventEnable
public boolean enableNewLineListener
public TableListener(TableContainer tableContainer)
tableContainer - public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListener