Class DataStoreTableCellListener
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.datastore.DataStoreTableCellListener
- All Implemented Interfaces:
PropertyChangeListener, Runnable, EventListener
-
Constructor Summary
ConstructorsConstructorDescriptionDataStoreTableCellListener(JTable table, Action action) Create a TableCellListener. -
Method Summary
-
Constructor Details
-
DataStoreTableCellListener
-
-
Method Details
-
getColumn
public int getColumn()Get the column that was last edited- Returns:
- the column that was edited
-
getNewValue
-
getOldValue
-
getRow
public int getRow()Get the row that was last edited- Returns:
- the row that was edited
-
getTable
Get the table of the cell that was changed- Returns:
- the table of the cell that was changed
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
run
-