scala.swing.ListView

object GenericRenderer

[source: scala/swing/ListView.scala]

implicit object GenericRenderer
extends Renderer[Any]
A generic renderer that uses Swing's built-in renderers. If there is no specific renderer for a type, this renderer falls back to a renderer that renders the string returned from an item's toString.
Value Summary
override lazy val peer : javax.swing.ListCellRenderer
Method Summary
def componentFor (list : ListView[Any], isSelected : Boolean, hasFocus : Boolean, a : Any, index : Int) : Component
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
override lazy val peer : javax.swing.ListCellRenderer
Overrides
Renderer.peer

Method Details
def componentFor(list : ListView[Any], isSelected : Boolean, hasFocus : Boolean, a : Any, index : Int) : Component
Overrides
Renderer.componentFor