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 TableColumnModelListener
public void columnRemoved(TableColumnModelEvent evt)
columnRemoved
in interface TableColumnModelListener
public void columnMoved(TableColumnModelEvent evt)
columnMoved
in interface TableColumnModelListener
public void columnMarginChanged(ChangeEvent evt)
columnMarginChanged
in interface TableColumnModelListener
public void columnSelectionChanged(ListSelectionEvent evt)
columnSelectionChanged
in interface TableColumnModelListener
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.