public abstract class ColumnControlListener
extends java.lang.Object
| Constructor and Description |
|---|
ColumnControlListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
columnMoved(int[] newColumnOrder) |
abstract void |
columnResized(int resizedColumnNumber,
int resizedColumnWidth,
int columnToTheRightOfResizedColumnWidth) |