Class XYSequenceTable

    • Constructor Detail

      • XYSequenceTable

        public XYSequenceTable()
        Initializes the table.
      • XYSequenceTable

        public XYSequenceTable​(XYSequenceTable.Model model)
        Initializes the table.
        Parameters:
        model - the model to use
    • Method Detail

      • getTableModelClass

        protected Class getTableModelClass()
        Returns the class of the table model that the models need to be derived from.
        Overrides:
        getTableModelClass in class SortableAndSearchableTable
        Returns:
        the class the models must be derived from
      • newModel

        protected XYSequenceTable.Model newModel​(XYSequence sequence)
        Returns a new model for the sequence.
        Parameters:
        sequence - the sequence, can be null
        Returns:
        the new model
      • setSequence

        public void setSequence​(XYSequence value)
        Sets the report to display.
        Parameters:
        value - the report to display
      • getSequence

        public XYSequence getSequence()
        Returns the underlying report.
        Returns:
        the report.