Package uk.ac.starlink.topcat
Class TableColumnModelAdapter
java.lang.Object
uk.ac.starlink.topcat.TableColumnModelAdapter
- All Implemented Interfaces:
EventListener,TableColumnModelListener
Convenience adapter class which implements the
TableColumnModelListener interface.
All the methods in this implementation do nothing.- Author:
- Mark Taylor (Starlink)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
Constructor Details
-
TableColumnModelAdapter
public TableColumnModelAdapter()
-
-
Method Details
-
columnAdded
- Specified by:
columnAddedin interfaceTableColumnModelListener
-
columnMoved
- Specified by:
columnMovedin interfaceTableColumnModelListener
-
columnRemoved
- Specified by:
columnRemovedin interfaceTableColumnModelListener
-
columnMarginChanged
- Specified by:
columnMarginChangedin interfaceTableColumnModelListener
-
columnSelectionChanged
- Specified by:
columnSelectionChangedin interfaceTableColumnModelListener
-