scala.swing.ListView

class Renderer

[source: scala/swing/ListView.scala]

abstract class Renderer[-A]
extends AnyRef
Direct Known Subclasses:
ListView.Renderer.Wrapped, ListView.AbstractRenderer, ListView.GenericRenderer

Method Summary
abstract def componentFor (list : ListView[Any], isSelected : Boolean, hasFocus : Boolean, a : A, index : Int) : Component
def peer : javax.swing.ListCellRenderer
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 peer : javax.swing.ListCellRenderer

abstract def componentFor(list : ListView[Any], isSelected : Boolean, hasFocus : Boolean, a : A, index : Int) : Component