Packages

t

scala.tools.nsc.interpreter.shell

VariColumnTabulator

trait VariColumnTabulator extends Tabulator

Adjust the column width and number of columns to minimize the row count.

Source
Tabulators.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VariColumnTabulator
  2. Tabulator
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def isAcross: Boolean
    Definition Classes
    Tabulator
  2. abstract def marginSize: Int
    Definition Classes
    Tabulator
  3. abstract def width: Int
    Definition Classes
    Tabulator

Concrete Value Members

  1. def tabulate(items: Seq[String]): Seq[Seq[String]]
    Definition Classes
    Tabulator