scala.swing.Table

class LabelRenderer

[source: scala/swing/Table.scala]

class LabelRenderer[A](convert : (A) => (javax.swing.Icon, java.lang.String))
extends AbstractRenderer[A, Label]
Values and Variables inherited from AbstractRenderer
component
Method Summary
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.
Methods inherited from AbstractRenderer
preConfigure, componentFor
Methods inherited from Renderer
peer
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
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.
Overrides
AbstractRenderer.configure