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 TypeMethodDescriptionvoid
void
void
void
void
-
Constructor Details
-
TableColumnModelAdapter
public TableColumnModelAdapter()
-
-
Method Details
-
columnAdded
- Specified by:
columnAdded
in interfaceTableColumnModelListener
-
columnMoved
- Specified by:
columnMoved
in interfaceTableColumnModelListener
-
columnRemoved
- Specified by:
columnRemoved
in interfaceTableColumnModelListener
-
columnMarginChanged
- Specified by:
columnMarginChanged
in interfaceTableColumnModelListener
-
columnSelectionChanged
- Specified by:
columnSelectionChanged
in interfaceTableColumnModelListener
-