Interface SubsetActivity

  • All Superinterfaces:
    Activity

    public interface SubsetActivity
    extends Activity
    Activity for making multiple row selections.
    Since:
    10 Dec 2008
    Author:
    Mark Taylor
    • Method Detail

      • selectSubset

        void selectSubset​(TopcatModel tcModel,
                          RowSubset rset)
                   throws java.io.IOException
        Sends a message to select a given sequence of rows.
        Parameters:
        tcModel - table in question
        rset - row subset
        Throws:
        java.io.IOException