Package uk.ac.starlink.topcat.interop
Interface RowActivity
- All Superinterfaces:
Activity
Activity for making single row selections.
- Since:
- 17 Sep 2008
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
highlightRow
(TopcatModel tcModel, long lrow) Sends a message to highlight a given table row.Methods inherited from interface uk.ac.starlink.topcat.interop.Activity
getTargetSelector
-
Method Details
-
highlightRow
Sends a message to highlight a given table row.- Parameters:
tcModel
- table in questionlrow
- zero-indexed row index within table to highlight- Throws:
IOException
-