public class TableRowColumnController
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableRowColumnController.ColumnListener
Simple ColumnListener that is notified when a column is entered/exited
|
static interface |
TableRowColumnController.RowListener
Simple RowListener that is notified when a row is entered/exited
|
| Constructor and Description |
|---|
TableRowColumnController(javax.swing.JTable table,
TableRowColumnController.RowListener rowListener,
TableRowColumnController.ColumnListener colListener) |
public TableRowColumnController(javax.swing.JTable table,
TableRowColumnController.RowListener rowListener,
TableRowColumnController.ColumnListener colListener)