LabelRenderer

class LabelRenderer[A](convert: A => (Icon, String)) extends AbstractRenderer[A, Label]
class Renderer[A]
class Object
trait Matchable
class Any

Value members

Constructors

def this()

Concrete methods

def configure(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Unit

Inherited methods

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.

Inherited from
AbstractRenderer
def peer: TableCellRenderer
Inherited from
Renderer
def preConfigure(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Unit

Standard pre-configuration that is commonly done for any component.

Standard pre-configuration that is commonly done for any component.

Inherited from
AbstractRenderer

Inherited fields

Inherited from
AbstractRenderer