Class LinesManagerBase<A extends Activity>

    • Constructor Detail

      • LinesManagerBase

        public LinesManagerBase​(Row<?,​?,​?> row)
        Constructs a new lines manager.
        Parameters:
        row - the row that will be managed by this manager class
        Since:
        1.0
    • Method Detail

      • getRow

        public Row<?,​?,​?> getRow()
        Returns the row managed by this manager.
        Returns:
        the managed row
        Since:
        1.0