de.sciss

swingtree

package swingtree

Visibility
  1. Public
  2. All

Type Members

  1. trait CellEditor[+A] extends Publisher

    Common superclass of cell editors.

  2. trait CellView[+A] extends AnyRef

    Describes components that have a concept of a "cell", each of which contains a value, may be selected, and may support pluggable Renderers and Editors.

  3. trait EditableCells[A] extends AnyRef

    This should be mixed in to CellView implementations that support pluggable editors.

  4. trait EditableCellsCompanion extends AnyRef

    Describes the structure of a component's companion object where pluggable cell editors must be supported.

  5. trait RenderableCells[A] extends AnyRef

    This should be mixed in to CellView implementations that support pluggable renderers.

  6. trait RenderableCellsCompanion extends AnyRef

    Describes the structure of a component's companion object where pluggable cell renderers must be supported.

Value Members

  1. object BuildInfo

  2. package event

  3. package tree

Ungrouped