public class WeakTableColumnModelListener extends Object implements TableColumnModelListener
| Constructor and Description |
|---|
WeakTableColumnModelListener(TableColumnModelListener base)
Constructs a new listener based on an existing one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
columnAdded(TableColumnModelEvent evt) |
void |
columnMarginChanged(ChangeEvent evt) |
void |
columnMoved(TableColumnModelEvent evt) |
void |
columnRemoved(TableColumnModelEvent evt) |
void |
columnSelectionChanged(ListSelectionEvent evt) |
public WeakTableColumnModelListener(TableColumnModelListener base)
base - listenerpublic void columnAdded(TableColumnModelEvent evt)
columnAdded in interface TableColumnModelListenerpublic void columnRemoved(TableColumnModelEvent evt)
columnRemoved in interface TableColumnModelListenerpublic void columnMoved(TableColumnModelEvent evt)
columnMoved in interface TableColumnModelListenerpublic void columnMarginChanged(ChangeEvent evt)
columnMarginChanged in interface TableColumnModelListenerpublic void columnSelectionChanged(ListSelectionEvent evt)
columnSelectionChanged in interface TableColumnModelListenerCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.