public class ApplicationControlsListener extends java.lang.Object implements GeorefControlPanelListener
| Constructor and Description |
|---|
ApplicationControlsListener(TableWrapper tableWrapper,
Georeferencing appMain)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionButtonPressed(ButtonsPanelEvent e)
Eventos de los botones del cuadro de opciones
|
void |
actionPerformed(java.awt.event.ActionEvent e)
Eventos de los botones del cuadro de tabla y selección de fila de tabla
|
void |
tableChanged(PagedTableEvent e)
This event is thrown when the user adds, removes or select point from the
control table.
|
public ApplicationControlsListener(TableWrapper tableWrapper, Georeferencing appMain)
tablePanel - public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void tableChanged(PagedTableEvent e)
tableChanged in interface PagedTableListenerpublic void actionButtonPressed(ButtonsPanelEvent e)
actionButtonPressed in interface ButtonsPanelListener