Packages

c

scala.swing.Table

LabelRenderer

class LabelRenderer[A] extends AbstractRenderer[A, Label]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelRenderer
  2. AbstractRenderer
  3. Renderer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LabelRenderer()
  2. new LabelRenderer(convert: (A) ⇒ (Icon, String))

Value Members

  1. val component: Label
    Definition Classes
    AbstractRenderer
  2. def componentFor(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Component

    Configures the component before returning it.

    Configures the component before returning it.

    Definition Classes
    AbstractRendererRenderer
  3. def configure(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Unit

    Configuration that is specific to the component and this renderer.

    Configuration that is specific to the component and this renderer.

    Definition Classes
    LabelRendererAbstractRenderer
  4. def peer: TableCellRenderer
    Definition Classes
    Renderer
  5. def preConfigure(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Unit

    Standard preconfiguration that is commonly done for any component.

    Standard preconfiguration that is commonly done for any component.

    Definition Classes
    AbstractRenderer